Searched refs:vertex_post_shuffle (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.h73 uint32_t vertex_post_shuffle; member in struct:radv_pipeline_key::__anonc0b8b2d60108
H A Dradv_nir_to_llvm.c726 if (ctx->args->options->key.vs.vertex_post_shuffle & (1 << attrib_index)) {
783 if (ctx->args->options->key.vs.vertex_post_shuffle & (1 << attrib_index)) {
H A Dradv_pipeline.c2665 key.vs.vertex_post_shuffle |= 1 << location;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_private.h379 uint32_t vertex_post_shuffle; member in struct:radv_pipeline_key
H A Dradv_pipeline.c1948 key.vertex_post_shuffle |= 1 << location;
1981 keys[MESA_SHADER_VERTEX].vs.post_shuffle = key->vertex_post_shuffle;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp5058 bool post_shuffle = ctx->options->key.vs.vertex_post_shuffle & (1 << location);

Completed in 43 milliseconds