Searched refs:gpu_shader_half_float (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 470 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 D | localintermediate.h | 270 gpu_shader_half_float = 1 << 11, enumerator 1119 numericFeatures.contains(TNumericFeatures::gpu_shader_half_float) || in getArithemeticFloat16Enabled()
|
H A D | Versions.cpp | 1063 intermediate.updateNumericFeature(TNumericFeatures::gpu_shader_half_float, on); in updateExtensionBehavior()
|
H A D | Intermediate.cpp | 1495 … 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/ |
D | localintermediate.h | 262 gpu_shader_half_float = 1 << 11, enumerator 1101 numericFeatures.contains(TNumericFeatures::gpu_shader_half_float) || in getArithemeticFloat16Enabled()
|
D | Versions.cpp | 1049 intermediate.updateNumericFeature(TNumericFeatures::gpu_shader_half_float, on); in updateExtensionBehavior()
|
D | Intermediate.cpp | 1700 … numericFeatures.contains(TNumericFeatures::gpu_shader_half_float); in canImplicitlyPromote() 1715 return numericFeatures.contains(TNumericFeatures::gpu_shader_half_float) || in canImplicitlyPromote()
|