| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_indirect_draw.h | 44 unsigned attrib_count; member in struct:pan_indirect_draw_info
|
| pan_indirect_draw.c | 91 nir_ssa_def *attrib_count; member in struct:attribs_data 178 uint32_t attrib_count; member in struct:indirect_draw_inputs 333 builder->attribs.attrib_count = get_input_field(b, attrib_count); 589 IF (nir_uge(b, attrib_idx, builder->attribs.attrib_count)) 1333 .attrib_count = draw_info->attrib_count,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_shader_info.c | 353 unsigned attrib_count = glsl_count_attribute_slots(var->type, true); local 355 for (unsigned i = 0; i < attrib_count; ++i) { 374 unsigned attrib_count = glsl_count_attribute_slots(type, false); local 376 info->ps.float16_shaded_mask |= ((1ull << attrib_count) - 1) << location; 395 unsigned attrib_count = glsl_count_attribute_slots(var->type, false); local 410 info->ps.num_input_clips_culls += attrib_count; 421 attrib_count = (component_count + 3) / 4; 426 uint64_t mask = ((1ull << attrib_count) - 1);
|
| radv_nir_to_llvm.c | 865 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); local 870 attrib_count = (component_count + 3) / 4; 873 mask_attribs = ((1ull << attrib_count) - 1) << idx;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| nir_to_tgsi_info.c | 506 unsigned attrib_count = variable->data.compact ? DIV_ROUND_UP(glsl_get_length(type), 4) : local 519 for (unsigned j = 0; j < attrib_count; j++, i++) { 606 unsigned attrib_count = variable->data.compact ? DIV_ROUND_UP(glsl_get_length(type), 4) : local 608 for (unsigned k = 0; k < attrib_count; k++, i++) { 761 assert(attrib_count == 1);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| glthread_varray.c | 219 int attrib_count = ++vao->Attrib[binding_index].EnabledAttribCount; local 221 if (attrib_count == 1) 223 else if (attrib_count == 2) 230 int attrib_count = --vao->Attrib[binding_index].EnabledAttribCount; local 232 if (attrib_count == 0) 234 else if (attrib_count == 1) 237 assert(attrib_count >= 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_shader_info.c | 131 unsigned attrib_count = glsl_count_attribute_slots(deref_instr->type, false); local 149 for (unsigned i = 0; i < attrib_count; i++) 391 unsigned attrib_count = glsl_count_attribute_slots(var->type, false); local 407 info->ps.num_input_clips_culls += attrib_count;
|
| radv_nir_to_llvm.c | 2169 unsigned attrib_count = glsl_count_attribute_slots(variable->type, true); local 2177 for (unsigned i = 0; i < attrib_count; ++i) { 2351 unsigned attrib_count = glsl_count_attribute_slots(type, false); local 2353 ctx->float16_shaded_mask |= ((1ull << attrib_count) - 1) << location; 2374 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); local 2384 attrib_count = (component_count + 3) / 4; 2388 mask = ((1ull << attrib_count) - 1) << variable->data.location; 2406 for (unsigned i = 0; i < attrib_count; ++i) 2514 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); local 2526 attrib_count = (component_count + 3) / 4 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| r300_state_derived.c | 132 unsigned i, attrib_count; local 139 attrib_count = vinfo->num_attribs; 140 DBG(r300, DBG_SWTCL, "r300: attrib count: %d\n", attrib_count); 141 for (i = 0; i < attrib_count; i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| r300_state_derived.c | 132 unsigned i, attrib_count; local 139 attrib_count = vinfo->num_attribs; 140 DBG(r300, DBG_SWTCL, "r300: attrib count: %d\n", attrib_count); 141 for (i = 0; i < attrib_count; i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| si_shader_nir.c | 64 unsigned attrib_count = glsl_count_attribute_slots(var->type, false); local 66 for (unsigned j = 0; j < attrib_count; j++, i++) { 430 unsigned attrib_count = glsl_count_attribute_slots(type, local 458 for (unsigned j = 0; j < attrib_count; j++, i++) { 534 unsigned attrib_count = glsl_count_attribute_slots(type, false); local 535 for (unsigned k = 0; k < attrib_count; k++, i++) { 688 assert(attrib_count == 1); 1076 unsigned attrib_count = glsl_count_attribute_slots(variable->type, local 1086 for (unsigned i = 0; i < attrib_count; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| pan_cmdstream.c | 2969 unsigned attrib_count = local 2986 .attrib_count = attrib_count,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| ac_nir_to_llvm.c | 5261 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); local 5274 attrib_count = 2; 5276 attrib_count = 1; 5282 for (unsigned i = 0; i < attrib_count; ++i) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| ac_nir_to_llvm.c | 4292 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); local 4307 attrib_count = 2; 4309 attrib_count = 1; 4315 for (unsigned i = 0; i < attrib_count; ++i) { 4330 unsigned attrib_count = glsl_count_attribute_slots(variable->type, false); local 4333 ctx->num_locals += attrib_count;
|