Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.c114 if (v->sampler_prefetch[i].half_precision) { in fixup_regfootprint()
808 fetch->half_precision ? "h" : "", fetch->dst >> 2, in ir3_shader_disasm()
Dir3_shader.h265 uint8_t half_precision; member
Dir3_compiler_nir.c4589 fetch->half_precision = !!(instr->dsts[0]->flags & IR3_REG_HALF); in collect_tex_prefetches()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c539 COND(prefetch->half_precision, A6XX_SP_FS_PREFETCH_CMD_HALF) | in setup_stateobj()
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_gpu_shader_half_float.txt965 (1) How the functionality in this extension different than the half_precision
/third_party/openGLES/extensions/AMD/
DAMD_gpu_shader_half_float.txt965 (1) How the functionality in this extension different than the half_precision
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1431 COND(prefetch->half_precision, A6XX_SP_FS_PREFETCH_CMD_HALF) | in tu6_emit_fs_inputs()