Searched refs:attrib_format (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | glthread_varray.c | 398 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/ |
D | aco_instruction_selection_setup.cpp | 403 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[i]; in init_context() local 404 unsigned dfmt = attrib_format & 0xf; in init_context() 405 unsigned nfmt = (attrib_format >> 4) & 0x7; in init_context()
|
D | aco_instruction_selection.cpp | 5051 unsigned attrib_format = ctx->options->key.vs.vertex_attribute_formats[location]; in visit_load_input() local 5056 unsigned dfmt = attrib_format & 0xf; in visit_load_input() 5057 unsigned nfmt = (attrib_format >> 4) & 0x7; in visit_load_input()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 687 unsigned attrib_format = ctx->args->options->key.vs.vertex_attribute_formats[attrib_index]; in load_vs_input() local 688 unsigned data_format = attrib_format & 0x0f; in load_vs_input() 689 unsigned num_format = (attrib_format >> 4) & 0x07; in load_vs_input()
|