Searched refs:vertex_attribute_offsets (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.h70 uint32_t vertex_attribute_offsets[MAX_VERTEX_ATTRIBS]; member in struct:radv_vs_variant_key
H A Dradv_private.h376 uint32_t vertex_attribute_offsets[MAX_VERTEX_ATTRIBS]; member in struct:radv_pipeline_key
H A Dradv_pipeline.c1907 key.vertex_attribute_offsets[location] = desc->offset;
1986 keys[MESA_SHADER_VERTEX].vs.vertex_attribute_offsets[i] = key->vertex_attribute_offsets[i];
H A Dradv_nir_to_llvm.c2219 unsigned attrib_offset = ctx->options->key.vs.vertex_attribute_offsets[attrib_index];
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.h69 uint32_t vertex_attribute_offsets[MAX_VERTEX_ATTRIBS]; member in struct:radv_pipeline_key::__anonc0b8b2d60108
H A Dradv_nir_to_llvm.c722 unsigned attrib_offset = ctx->args->options->key.vs.vertex_attribute_offsets[attrib_index];
H A Dradv_pipeline.c2631 key.vs.vertex_attribute_offsets[location] = desc->offset;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp5045 uint32_t attrib_offset = ctx->options->key.vs.vertex_attribute_offsets[location];

Completed in 49 milliseconds