| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | shader_info.h | 175 unsigned invocations; member in struct:shader_info::__anon5754f00b010a::__anon5754f00b0308 261 * Arrangement of invocations used to calculate derivatives in a compute
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_gs_nir.cpp | 94 if (gs_prog_data->invocations > 1)
|
| H A D | brw_vec4_gs_visitor.cpp | 632 prog_data->invocations = nir->info.gs.invocations; 852 * so without spilling. If the GS invocations count > 1, then we can't use 855 if (prog_data->invocations <= 1 && 917 * So SINGLE mode is more performant when invocations == 1 and DUAL_INSTANCE 918 * mode is more performant when invocations > 1. Gfx6 only supports 921 if (prog_data->invocations <= 1 || compiler->devinfo->ver < 7)
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_gs_nir.cpp | 110 if (gs_prog_data->invocations > 1)
|
| H A D | brw_vec4_gs_visitor.cpp | 656 prog_data->invocations = shader->info.gs.invocations; 875 * so without spilling. If the GS invocations count > 1, then we can't use 878 if (prog_data->invocations <= 1 && 936 * So SINGLE mode is more performant when invocations == 1 and DUAL_INSTANCE 937 * mode is more performant when invocations > 1. Gen6 only supports 940 if (prog_data->invocations <= 1 || compiler->devinfo->gen < 7)
|
| /xsrc/external/mit/xgc/dist/ |
| H A D | ylwrap | 2 # ylwrap - wrapper for lex/yacc invocations. 77 Wrapper for lex/yacc invocations, renaming files as desired.
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | ylwrap | 2 # ylwrap - wrapper for lex/yacc invocations. 77 Wrapper for lex/yacc invocations, renaming files as desired.
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_encoder.h | 185 cfg.invocations = packed;
|
| /xsrc/external/mit/twm/dist/ |
| H A D | ylwrap | 2 # ylwrap - wrapper for lex/yacc invocations. 77 Wrapper for lex/yacc invocations, renaming files as desired.
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ast_type.cpp | 341 if (q.flags.q.invocations) { 342 if (this->flags.q.invocations 344 this->invocations->merge_qualifier(q.invocations); 346 this->flags.q.invocations = 1; 347 this->invocations = q.invocations; 647 valid_in_mask.flags.q.invocations = 1; 885 Q(invocations);
|
| H A D | glsl_parser_extras.cpp | 1874 if (state->in_qualifier->flags.q.invocations) { 1875 unsigned invocations; local in function:set_shader_inout_layout 1876 if (state->in_qualifier->invocations-> 1877 process_qualifier_constant(state, "invocations", 1878 &invocations, false)) { 1880 YYLTYPE loc = state->in_qualifier->invocations->get_location(); 1881 if (invocations > state->Const.MaxGeometryShaderInvocations) { 1883 "invocations (%d) exceeds " 1885 invocations); 1887 shader->info.Geom.Invocations = invocations; [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ast_type.cpp | 340 if (q.flags.q.invocations) { 341 if (this->flags.q.invocations 343 this->invocations->merge_qualifier(q.invocations); 345 this->flags.q.invocations = 1; 346 this->invocations = q.invocations; 646 valid_in_mask.flags.q.invocations = 1; 882 bad.flags.q.invocations ? " invocations" [all...] |
| H A D | glsl_parser_extras.cpp | 1827 if (state->in_qualifier->flags.q.invocations) { 1828 unsigned invocations; local in function:set_shader_inout_layout 1829 if (state->in_qualifier->invocations-> 1830 process_qualifier_constant(state, "invocations", 1831 &invocations, false)) { 1833 YYLTYPE loc = state->in_qualifier->invocations->get_location(); 1834 if (invocations > state->Const.MaxGeometryShaderInvocations) { 1836 "invocations (%d) exceeds " 1838 invocations); 1840 shader->info.Geom.Invocations = invocations; [all...] |
| H A D | ast.h | 590 unsigned invocations:1; member in struct:ast_type_qualifier::flags::__anona299cf320508 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/xorg-server.old/dist/ |
| H A D | ylwrap | 2 # ylwrap - wrapper for lex/yacc invocations. 48 Wrapper for lex/yacc invocations, renaming files as desired.
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | ylwrap | 2 # ylwrap - wrapper for lex/yacc invocations. 73 Wrapper for lex/yacc invocations, renaming files as desired.
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | shader_info.h | 318 uint8_t invocations; member in struct:shader_info::__anon04aa5a9e010a::__anon04aa5a9e0308 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/xorg-server/dist/ |
| H A D | ylwrap | 2 # ylwrap - wrapper for lex/yacc invocations. 73 Wrapper for lex/yacc invocations, renaming files as desired.
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| H A D | decode.c | 473 unsigned size_x = bits(invocation.invocations, 0, invocation.size_y_shift) + 1; 474 unsigned size_y = bits(invocation.invocations, invocation.size_y_shift, invocation.size_z_shift) + 1; 475 unsigned size_z = bits(invocation.invocations, invocation.size_z_shift, invocation.workgroups_x_shift) + 1; 477 unsigned groups_x = bits(invocation.invocations, invocation.workgroups_x_shift, invocation.workgroups_y_shift) + 1; 478 unsigned groups_y = bits(invocation.invocations, invocation.workgroups_y_shift, invocation.workgroups_z_shift) + 1; 479 unsigned groups_z = bits(invocation.invocations, invocation.workgroups_z_shift, 32) + 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_compute.c | 531 uint64_t invocations = info->block[0] * info->block[1] * info->block[2]; local in function:nvc0_update_compute_invocations_counter 532 invocations *= info->grid[0] * info->grid[1] * info->grid[2]; 533 nvc0->compute_invocations += invocations;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_compute.c | 531 uint64_t invocations = info->block[0] * info->block[1] * info->block[2]; local in function:nvc0_update_compute_invocations_counter 532 invocations *= info->grid[0] * info->grid[1] * info->grid[2]; 533 nvc0->compute_invocations += invocations;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_shader.h | 286 unsigned invocations; member in struct:radv_shader_variant_info::__anon685e57830908::__anon685e57830d08
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_gs_variant.cpp | 75 nir->info.gs.invocations = 1; 164 nir->info.gs.invocations = 1;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.2.rst | 85 - softpipe: count CS invocations for pipeline stats queries.
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | compiler_feature_checks.cmake | 44 # to unset it. Otherwise, the second and later invocations don't
|