Searched refs:invocations (Results 1 - 25 of 93) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_info.h175 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 Dbrw_vec4_gs_nir.cpp94 if (gs_prog_data->invocations > 1)
H A Dbrw_vec4_gs_visitor.cpp632 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 Dbrw_vec4_gs_nir.cpp110 if (gs_prog_data->invocations > 1)
H A Dbrw_vec4_gs_visitor.cpp656 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 Dylwrap2 # ylwrap - wrapper for lex/yacc invocations.
77 Wrapper for lex/yacc invocations, renaming files as desired.
/xsrc/external/mit/xkbcomp/dist/
H A Dylwrap2 # 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 Dpan_encoder.h185 cfg.invocations = packed;
/xsrc/external/mit/twm/dist/
H A Dylwrap2 # 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 Dast_type.cpp341 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 Dglsl_parser_extras.cpp1874 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 Dast_type.cpp340 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 Dglsl_parser_extras.cpp1827 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 Dast.h590 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 Dylwrap2 # ylwrap - wrapper for lex/yacc invocations.
48 Wrapper for lex/yacc invocations, renaming files as desired.
/xsrc/external/mit/xkbevd/dist/
H A Dylwrap2 # 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 Dshader_info.h318 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 Dylwrap2 # 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 Ddecode.c473 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 Dnvc0_compute.c531 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 Dnvc0_compute.c531 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 Dradv_shader.h286 unsigned invocations; member in struct:radv_shader_variant_info::__anon685e57830908::__anon685e57830d08
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_gs_variant.cpp75 nir->info.gs.invocations = 1;
164 nir->info.gs.invocations = 1;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.2.rst85 - softpipe: count CS invocations for pipeline stats queries.
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dcompiler_feature_checks.cmake44 # to unset it. Otherwise, the second and later invocations don't

Completed in 31 milliseconds

1234