Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.h70 uint32_t vertex_attribute_strides[MAX_VERTEX_ATTRIBS]; member
Dradv_nir_to_llvm.c723 unsigned attrib_stride = ctx->args->options->key.vs.vertex_attribute_strides[attrib_index]; in load_vs_input()
Dradv_pipeline.c2660 key.vs.vertex_attribute_strides[location] = in radv_generate_graphics_pipeline_key()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp5050 uint32_t attrib_stride = ctx->options->key.vs.vertex_attribute_strides[location]; in visit_load_input()