Home
last modified time | relevance | path

Searched defs:attrib_count (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_shader_info.c299 unsigned attrib_count = glsl_count_attribute_slots(var->type, true); in gather_info_input_decl_vs() local
318 unsigned attrib_count = glsl_count_attribute_slots(type, false); in mark_16bit_ps_input() local
339 unsigned attrib_count = glsl_count_attribute_slots(var->type, false); in gather_info_input_decl_ps() local
Dradv_nir_to_llvm.c1120 unsigned attrib_count = glsl_count_attribute_slots(variable->type, true); in handle_vs_input_decl() local
1328 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); in scan_shader_output_decl() local
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c506 unsigned attrib_count = variable->data.compact ? DIV_ROUND_UP(glsl_get_length(type), 4) : in nir_tgsi_scan_shader() local
606 unsigned attrib_count = variable->data.compact ? DIV_ROUND_UP(glsl_get_length(type), 4) : in nir_tgsi_scan_shader() local
/external/mesa3d/src/mesa/main/
Dglthread_varray.c219 int attrib_count = ++vao->Attrib[binding_index].EnabledAttribCount; in enable_buffer() local
230 int attrib_count = --vao->Attrib[binding_index].EnabledAttribCount; in disable_buffer() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c132 unsigned i, attrib_count; in r300_swtcl_vertex_psc() local
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4734 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); in ac_handle_shader_output_decl() local