Home
last modified time | relevance | path

Searched refs:ac_fetch_format (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_shader_util.h68 enum ac_fetch_format enum
/external/mesa3d/src/amd/vulkan/
Dradv_shader.h78 enum ac_fetch_format alpha_adjust[MAX_VERTEX_ATTRIBS];
Dradv_private.h396 enum ac_fetch_format vertex_alpha_adjust[MAX_VERTEX_ATTRIBS];
Dradv_pipeline.c2515 enum ac_fetch_format adjust = AC_FETCH_FORMAT_NONE; in radv_generate_graphics_pipeline_key()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp4667 enum ac_fetch_format alpha_adjust = ctx->options->key.vs.alpha_adjust[location]; in visit_load_input()