Searched refs:SVGA3dInputElementDesc (Results 1 – 6 of 6) sorted by relevance
1133 struct SVGA3dInputElementDesc { struct1142 SVGA3dInputElementDesc; argument1149 SVGA3dInputElementDesc descs[32];
122 SVGA3dInputElementDesc elements[PIPE_MAX_ATTRIBS]; in define_input_element_object()
193 SVGA3dInputElementDesc elements[PIPE_MAX_ATTRIBS]; in svga_vdecl_to_input_element()
853 const SVGA3dInputElementDesc *elements) in SVGA3D_vgpu10_DefineElementLayout()860 count * sizeof(SVGA3dInputElementDesc), 0); in SVGA3D_vgpu10_DefineElementLayout()871 memcpy(cmd + 1, elements, count * sizeof(SVGA3dInputElementDesc)); in SVGA3D_vgpu10_DefineElementLayout()
522 const SVGA3dInputElementDesc *elements);
334 dump_SVGA3dInputElementDesc(const SVGA3dInputElementDesc *cmd) in dump_SVGA3dInputElementDesc()2126 SVGA3D_DUMP_CASE_LIST(DefineElementLayout, DEFINE_ELEMENTLAYOUT, SVGA3dInputElementDesc); in svga_dump_command()