| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_compute.c | 531 uint64_t invocations = info->block[0] * info->block[1] * info->block[2]; local 532 invocations *= info->grid[0] * info->grid[1] * info->grid[2]; 533 nvc0->compute_invocations += invocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_compute.c | 531 uint64_t invocations = info->block[0] * info->block[1] * info->block[2]; local 532 invocations *= info->grid[0] * info->grid[1] * info->grid[2]; 533 nvc0->compute_invocations += invocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| shader_info.h | 175 unsigned invocations; member in struct:shader_info::__anon3439::__anon3441 261 * Arrangement of invocations used to calculate derivatives in a compute
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| shader_info.h | 318 uint8_t invocations; member in struct:shader_info::__anon850::__anon852 337 * True if this fragment shader requires helper invocations. This 345 * True if this fragment shader requires helper invocations for 431 * Arrangement of invocations used to calculate derivatives in a compute
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_shader.h | 286 unsigned invocations; member in struct:radv_shader_variant_info::__anon3278::__anon3282
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_shader.h | 278 unsigned invocations; member in struct:radv_shader_info::__anon592
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| ast.h | 594 unsigned invocations:1; member in struct:ast_type_qualifier::flags::__anon672 691 /** Geometry shader invocations for GL_ARB_gpu_shader5. */ 692 ast_layout_expression *invocations; member in struct:ast_type_qualifier 785 * Arrangement of invocations used to calculate derivatives in a compute
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| ast.h | 590 unsigned invocations:1; member in struct:ast_type_qualifier::flags::__anon3308 681 /** Geometry shader invocations for GL_ARB_gpu_shader5. */ 682 ast_layout_expression *invocations; member in struct:ast_type_qualifier 775 * Arrangement of invocations used to calculate derivatives in a compute
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| tu_pipeline.c | 1206 uint32_t vertices_out, invocations, output, vec4_size; local 1218 invocations = gs->shader->nir->info.gs.invocations - 1; 1225 invocations = 0; 1233 A6XX_PC_PRIMITIVE_CNTL_5_GS_INVOCATIONS(invocations));
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_compiler.h | 1125 int invocations; member in struct:brw_gs_prog_data
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_compiler.h | 1371 int invocations; member in struct:brw_gs_prog_data
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_tgsi_vgpu10.c | 329 unsigned invocations; member in struct:svga_shader_emitter_v10::__anon2020 2835 emit->gs.invocations = prop->u[0].Data; 2907 if (emit->version >= 50 && emit->gs.invocations > 0) { 2910 emit_property_instruction(emit, opcode0, 1, emit->gs.invocations);
|
| /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/ |
| v4_pack.h | 1548 uint32_t invocations; member in struct:MALI_INVOCATION 1565 cl[ 0] = __gen_uint(values->invocations, 0, 31); 1581 values->invocations = __gen_unpack_uint(cl, 0, 31); 1593 fprintf(fp, "%*sInvocations: %u\n", indent, "", values->invocations);
|
| v5_pack.h | 1600 uint32_t invocations; member in struct:MALI_INVOCATION 1617 cl[ 0] = __gen_uint(values->invocations, 0, 31); 1633 values->invocations = __gen_unpack_uint(cl, 0, 31); 1645 fprintf(fp, "%*sInvocations: %u\n", indent, "", values->invocations);
|
| v6_pack.h | 1801 uint32_t invocations; member in struct:MALI_INVOCATION 1818 cl[ 0] = __gen_uint(values->invocations, 0, 31); 1834 values->invocations = __gen_unpack_uint(cl, 0, 31); 1846 fprintf(fp, "%*sInvocations: %u\n", indent, "", values->invocations);
|
| v7_pack.h | 1853 uint32_t invocations; member in struct:MALI_INVOCATION 1870 cl[ 0] = __gen_uint(values->invocations, 0, 31); 1886 values->invocations = __gen_unpack_uint(cl, 0, 31); 1898 fprintf(fp, "%*sInvocations: %u\n", indent, "", values->invocations);
|