Home
last modified time | relevance | path

Searched refs:vertex_post_shuffle (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.h73 uint32_t vertex_post_shuffle; member
Dradv_nir_to_llvm.c726 if (ctx->args->options->key.vs.vertex_post_shuffle & (1 << attrib_index)) { in load_vs_input()
783 if (ctx->args->options->key.vs.vertex_post_shuffle & (1 << attrib_index)) { in load_vs_input()
Dradv_pipeline.c2665 key.vs.vertex_post_shuffle |= 1 << location; in radv_generate_graphics_pipeline_key()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp5062 bool post_shuffle = ctx->options->key.vs.vertex_post_shuffle & (1 << location); in visit_load_input()