Home
last modified time | relevance | path

Searched refs:GLSL_PRECISION_MEDIUM (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp503 return add_const(name, GLSL_PRECISION_MEDIUM, value); in add_const()
1315 GLSL_PRECISION_MEDIUM); in generate_fs_special_vars()
1335 GLSL_PRECISION_MEDIUM, "gl_PointCoord"); in generate_fs_special_vars()
1337 add_input(VARYING_SLOT_PNTC, vec2_t, GLSL_PRECISION_MEDIUM, in generate_fs_special_vars()
1352 add_output(FRAG_RESULT_COLOR, vec4_t, GLSL_PRECISION_MEDIUM, in generate_fs_special_vars()
1356 GLSL_PRECISION_MEDIUM, in generate_fs_special_vars()
1365 var->data.precision = GLSL_PRECISION_MEDIUM; in generate_fs_special_vars()
1389 GLSL_PRECISION_MEDIUM, "gl_SecondaryFragColorEXT"); in generate_fs_special_vars()
1392 GLSL_PRECISION_MEDIUM, "gl_SecondaryFragDataEXT"); in generate_fs_special_vars()
1425 add_system_value(SYSTEM_VALUE_SAMPLE_POS, vec2_t, GLSL_PRECISION_MEDIUM, in generate_fs_special_vars()
[all …]
Dlower_precision.cpp299 case GLSL_PRECISION_MEDIUM: in handle_precision()
459 return mediump ? GLSL_PRECISION_MEDIUM : GLSL_PRECISION_HIGH; in handle_call()
562 return GLSL_PRECISION_MEDIUM; in handle_call()
594 var->data.precision = GLSL_PRECISION_MEDIUM; in visit_leave()
621 var->data.precision = GLSL_PRECISION_MEDIUM; in visit_leave()
901 (return_var->data.precision != GLSL_PRECISION_MEDIUM && in visit_enter()
934 param->data.precision = GLSL_PRECISION_MEDIUM; in map_builtin()
1042 (var->data.precision != GLSL_PRECISION_MEDIUM && in visit()
/third_party/mesa3d/src/panfrost/lib/
Dpan_shader.c141 (var->data.precision == GLSL_PRECISION_MEDIUM || in collect_varyings()
/third_party/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c364 var->data.precision == GLSL_PRECISION_MEDIUM || in get_unmoveable_components_masks()
629 (in_var->data.precision == GLSL_PRECISION_MEDIUM || in gather_varying_component_info()
695 (out_var->data.precision == GLSL_PRECISION_MEDIUM || in gather_varying_component_info()
Dnir_lower_io.c369 var->data.precision == GLSL_PRECISION_MEDIUM || in emit_load()
493 var->data.precision == GLSL_PRECISION_MEDIUM || in emit_store()
622 var->data.precision == GLSL_PRECISION_MEDIUM || in lower_interpolate_at()
/third_party/mesa3d/src/compiler/
Dglsl_types.h286 GLSL_PRECISION_MEDIUM, enumerator
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c930 phi_var->data.precision = GLSL_PRECISION_MEDIUM; in vtn_handle_phis_first_pass()
Dvtn_variables.c1175 var_data->precision = GLSL_PRECISION_MEDIUM; in apply_var_decoration()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c732 bool relaxed_precision = deref->var->data.precision == GLSL_PRECISION_MEDIUM || in lower_tex_src_to_offset()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c4858 psiz->data.precision = GLSL_PRECISION_MEDIUM; in bi_finalize_nir()