Home
last modified time | relevance | path

Searched refs:attrib_count (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c205 unsigned attrib_count = glsl_count_attribute_slots(variable->type, in si_nir_scan_shader() local
216 (attrib_count == 1 && "not implemented")); in si_nir_scan_shader()
652 unsigned attrib_count = glsl_count_attribute_slots(variable->type, in si_nir_build_llvm() local
656 assert(attrib_count == 1); in si_nir_build_llvm()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c132 unsigned i, attrib_count; in r300_swtcl_vertex_psc() local
139 attrib_count = vinfo->num_attribs; in r300_swtcl_vertex_psc()
140 DBG(r300, DBG_SWTCL, "r300: attrib count: %d\n", attrib_count); in r300_swtcl_vertex_psc()
141 for (i = 0; i < attrib_count; i++) { in r300_swtcl_vertex_psc()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c5349 unsigned attrib_count = glsl_count_attribute_slots(variable->type, true); in handle_vs_input_decl() local
5353 for (unsigned i = 0; i < attrib_count; ++i, ++idx) { in handle_vs_input_decl()
5441 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); in handle_fs_input_decl() local
5445 ctx->input_mask |= ((1ull << attrib_count) - 1) << variable->data.location; in handle_fs_input_decl()
5461 for (unsigned i = 0; i < attrib_count; ++i) in handle_fs_input_decl()
5595 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); in scan_shader_output_decl() local
5604 mask_attribs = ((1ull << attrib_count) - 1) << idx; in scan_shader_output_decl()
5621 attrib_count = 2; in scan_shader_output_decl()
5623 attrib_count = 1; in scan_shader_output_decl()
5637 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); in handle_shader_output_decl() local
[all …]