HomeSort by: relevance | last modified time | path
    Searched refs:DERIVATIVE_GROUP_QUADS (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_nir_lower_cs_intrinsics.c 95 if (state->nir->info.cs.derivative_group != DERIVATIVE_GROUP_QUADS) {
207 if (nir->info.cs.derivative_group == DERIVATIVE_GROUP_QUADS) {
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_nir_lower_cs_intrinsics.c 170 case DERIVATIVE_GROUP_QUADS: {
277 if (nir->info.cs.derivative_group == DERIVATIVE_GROUP_QUADS) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_system_values.c 315 b->shader->info.cs.derivative_group == DERIVATIVE_GROUP_QUADS &&
521 shader->info.cs.derivative_group == DERIVATIVE_GROUP_QUADS)
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
compute.c 194 if (prog->info.cs.derivative_group == DERIVATIVE_GROUP_QUADS &&
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
shader_enums.h 818 DERIVATIVE_GROUP_QUADS,
  /xsrc/external/mit/MesaLib/dist/src/compiler/
shader_enums.h 1016 DERIVATIVE_GROUP_QUADS,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shader_nir.c 872 if (nir->info.cs.derivative_group == DERIVATIVE_GROUP_QUADS) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
glsl_parser_extras.cpp 1911 if (shader->info.Comp.DerivativeGroup == DERIVATIVE_GROUP_QUADS) {
linker.cpp 2340 if (gl_prog->info.cs.derivative_group == DERIVATIVE_GROUP_QUADS) {
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_parser_extras.cpp 1864 if (shader->info.Comp.DerivativeGroup == DERIVATIVE_GROUP_QUADS) {
linker.cpp 2263 if (gl_prog->info.cs.derivative_group == DERIVATIVE_GROUP_QUADS) {
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
glsl_parser.cpp 4281 (yyval.type_qualifier).derivative_group = DERIVATIVE_GROUP_QUADS;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv_to_nir.c 4010 b->shader->info.cs.derivative_group = DERIVATIVE_GROUP_QUADS;
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
glsl_parser.cpp 4062 (yyval.type_qualifier).derivative_group = DERIVATIVE_GROUP_QUADS;
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_to_nir.c 5067 b->shader->info.cs.derivative_group = DERIVATIVE_GROUP_QUADS;

Completed in 31 milliseconds