Home
last modified time | relevance | path

Searched refs:weight_table_size (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/volpack/volpack-1.0b3/
H A Dvp_context.c331 weight_field, weight_table, weight_table_size) in vpSetLookupShader() argument
340 int weight_table_size;
351 weight_table == NULL || weight_table_size == 0)
359 vpc->shade_weight_table_size = weight_table_size;
375 weight_field, weight_table, weight_table_size, in vpSetShadowLookupShader() argument
385 int weight_table_size;
398 weight_table == NULL || weight_table_size == 0)
408 vpc->shade_weight_table_size = weight_table_size;
H A Dvolpack.h401 float *weight_table, int weight_table_size));
406 float *weight_table, int weight_table_size,