Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp470 gpu_shader_half_float(const _mesa_glsl_parse_state *state) in gpu_shader_half_float() function
487 return fs_interpolate_at(state) && gpu_shader_half_float(state); in fs_half_float_interpolate_at()
638 return derivatives(state) && gpu_shader_half_float(state); in half_float_derivatives()
644 return derivative_control(state) && gpu_shader_half_float(state); in half_float_derivative_control()
749 return shader_trinary_minmax(state) && gpu_shader_half_float(state); in shader_trinary_minmax_half_float()
2064 _##NAME(gpu_shader_half_float, &glsl_type_builtin_float16_t), \ in create_builtins()
2065 _##NAME(gpu_shader_half_float, &glsl_type_builtin_f16vec2), \ in create_builtins()
2066 _##NAME(gpu_shader_half_float, &glsl_type_builtin_f16vec3), \ in create_builtins()
2067 _##NAME(gpu_shader_half_float, &glsl_type_builtin_f16vec4), \ in create_builtins()
2100 _##NAME(gpu_shader_half_float, &glsl_type_builtin_float16_t), \ in create_builtins()
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dlocalintermediate.h270 gpu_shader_half_float = 1 << 11, enumerator
1119 numericFeatures.contains(TNumericFeatures::gpu_shader_half_float) || in getArithemeticFloat16Enabled()
H A DVersions.cpp1063 intermediate.updateNumericFeature(TNumericFeatures::gpu_shader_half_float, on); in updateExtensionBehavior()
H A DIntermediate.cpp1495 … numericFeatures.contains(TNumericFeatures::gpu_shader_half_float); in canImplicitlyPromote()
1510 return numericFeatures.contains(TNumericFeatures::gpu_shader_half_float) || in canImplicitlyPromote()
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h262 gpu_shader_half_float = 1 << 11, enumerator
1101 numericFeatures.contains(TNumericFeatures::gpu_shader_half_float) || in getArithemeticFloat16Enabled()
DVersions.cpp1049 intermediate.updateNumericFeature(TNumericFeatures::gpu_shader_half_float, on); in updateExtensionBehavior()
DIntermediate.cpp1700 … numericFeatures.contains(TNumericFeatures::gpu_shader_half_float); in canImplicitlyPromote()
1715 return numericFeatures.contains(TNumericFeatures::gpu_shader_half_float) || in canImplicitlyPromote()