Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dglthread_varray.c398 attrib_format(struct glthread_state *glthread, struct glthread_vao *vao, in attrib_format() function
418 attrib_format(glthread, glthread->CurrentVAO, attribindex, size, type, in _mesa_glthread_AttribFormat()
431 attrib_format(glthread, vao, attribindex, size, type, relativeoffset); in _mesa_glthread_DSAAttribFormat()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp418 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[i]; in init_context() local
419 unsigned dfmt = attrib_format & 0xf; in init_context()
420 unsigned nfmt = (attrib_format >> 4) & 0x7; in init_context()
Daco_instruction_selection.cpp5499 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[location]; in visit_load_input() local
5502 unsigned dfmt = attrib_format & 0xf; in visit_load_input()
5503 unsigned nfmt = (attrib_format >> 4) & 0x7; in visit_load_input()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c397 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[attrib_index]; in load_vs_input() local
398 unsigned data_format = attrib_format & 0x0f; in load_vs_input()
399 unsigned num_format = (attrib_format >> 4) & 0x07; in load_vs_input()
Dradv_pipeline.c4211 unsigned attrib_format = pipeline_key->vs.vertex_attribute_formats[location]; in radv_lower_vs_input() local
4212 unsigned dfmt = attrib_format & 0xf; in radv_lower_vs_input()
4213 unsigned nfmt = (attrib_format >> 4) & 0x7; in radv_lower_vs_input()