Home
last modified time | relevance | path

Searched refs:ac_get_tbuffer_format (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_shader_util.h253 unsigned ac_get_tbuffer_format(enum amd_gfx_level gfx_level, unsigned dfmt, unsigned nfmt);
Dac_shader_util.c109 unsigned ac_get_tbuffer_format(enum amd_gfx_level gfx_level, unsigned dfmt, unsigned nfmt) in ac_get_tbuffer_format() function
/external/mesa3d/src/amd/compiler/
Daco_assembler.cpp637 uint32_t img_format = ac_get_tbuffer_format(ctx.gfx_level, mtbuf.dfmt, mtbuf.nfmt); in emit_mtbuf_instruction()
691 uint32_t img_format = ac_get_tbuffer_format(ctx.gfx_level, mtbuf.dfmt, mtbuf.nfmt); in emit_mtbuf_instruction_gfx12()
/external/mesa3d/docs/relnotes/
D19.3.0.rst3311 - ac: Handle invalid GFX10 format correctly in ac_get_tbuffer_format.
D20.0.0.rst3398 - ac: Handle invalid GFX10 format correctly in ac_get_tbuffer_format.
D22.2.0.rst3903 - ac: implement ac_get_tbuffer_format for gfx11