Home
last modified time | relevance | path

Searched refs:DERIVATIVE_GROUP_LINEAR (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_cs_intrinsics.c227 } else if (nir->info.cs.derivative_group == DERIVATIVE_GROUP_LINEAR) { in brw_nir_lower_cs_intrinsics()
/external/mesa3d/src/mesa/main/
Dcompute.c203 if (prog->info.cs.derivative_group == DERIVATIVE_GROUP_LINEAR && in validate_DispatchComputeGroupSizeARB()
/external/mesa3d/src/compiler/
Dshader_enums.h919 DERIVATIVE_GROUP_LINEAR, enumerator
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp1904 } else if (shader->info.Comp.DerivativeGroup == DERIVATIVE_GROUP_LINEAR) { in set_shader_inout_layout()
Dglsl_parser.yy1676 $$.derivative_group = DERIVATIVE_GROUP_LINEAR;
Dlinker.cpp2319 } else if (gl_prog->info.cs.derivative_group == DERIVATIVE_GROUP_LINEAR) { in link_cs_input_layout_qualifiers()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c4759 b->shader->info.cs.derivative_group = DERIVATIVE_GROUP_LINEAR; in vtn_handle_execution_mode()