Home
last modified time | relevance | path

Searched refs:vertex_format (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_maos_verts.c59 GLuint vertex_format; member
373 if ((setup_tab[i].vertex_format & req) == req) in radeonEmitArrays()
376 if (rmesa->tcl.vertex_format == setup_tab[i].vertex_format && in radeonEmitArrays()
395 (setup_tab[i].vertex_format & RADEON_CP_VC_FRMT_W0))) { in radeonEmitArrays()
413 if (setup_tab[i].vertex_format & RADEON_CP_VC_FRMT_W0) { in radeonEmitArrays()
432 rmesa->tcl.vertex_format = setup_tab[i].vertex_format; in radeonEmitArrays()
Dradeon_ioctl.c122 GLuint vertex_format, in radeonEmitVbufPrim() argument
139 OUT_BATCH(vertex_format); in radeonEmitVbufPrim()
155 OUT_BATCH(vertex_format); in radeonEmitVbufPrim()
214 GLuint vertex_format, in radeonAllocEltsOpenEnded() argument
240 OUT_BATCH(vertex_format); in radeonAllocEltsOpenEnded()
248 OUT_BATCH(vertex_format); in radeonAllocEltsOpenEnded()
Dradeon_ioctl.h48 GLuint vertex_format,
56 GLuint vertex_format,
Dradeon_tcl.c156 return radeonAllocEltsOpenEnded( rmesa, rmesa->tcl.vertex_format, in radeonAllocElts()
184 rmesa->tcl.vertex_format, in radeonEmitPrim()
460 rmesa->swtcl.vertex_format = 0; in transition_to_swtnl()
507 rmesa->swtcl.vertex_format = 0; in transition_to_hwtnl()
Dradeon_context.h344 GLuint vertex_format; member
362 GLuint vertex_format; member
Dradeon_swtcl.c217 fmt_0 != rmesa->swtcl.vertex_format) { in radeonSetVertexFormat()
219 rmesa->swtcl.vertex_format = fmt_0; in radeonSetVertexFormat()
331 rmesa->swtcl.vertex_format, in r100_swtcl_flush()
Dradeon_maos_arrays.c287 rmesa->tcl.vertex_format = vfmt; in radeonEmitArrays()
Dradeon_maos_vbtmp.h293 setup_tab[IDX].vertex_format = IND; in TAG()
/third_party/mesa3d/src/mesa/vbo/
Dvbo_private.h128 vbo_set_vertex_format(struct gl_vertex_format* vertex_format, in vbo_set_vertex_format() argument
131 _mesa_set_vertex_format(vertex_format, size, type, GL_RGBA, GL_FALSE, in vbo_set_vertex_format()
/third_party/mesa3d/src/mesa/main/
Dvarray.c531 _mesa_set_vertex_format(struct gl_vertex_format *vertex_format, in _mesa_set_vertex_format() argument
537 vertex_format->Type = type; in _mesa_set_vertex_format()
538 vertex_format->Format = format; in _mesa_set_vertex_format()
539 vertex_format->Size = size; in _mesa_set_vertex_format()
540 vertex_format->Normalized = normalized; in _mesa_set_vertex_format()
541 vertex_format->Integer = integer; in _mesa_set_vertex_format()
542 vertex_format->Doubles = doubles; in _mesa_set_vertex_format()
543 vertex_format->_ElementSize = _mesa_bytes_per_vertex_attrib(size, type); in _mesa_set_vertex_format()
544 assert(vertex_format->_ElementSize <= 4*sizeof(double)); in _mesa_set_vertex_format()
545 vertex_format->_PipeFormat = in _mesa_set_vertex_format()
[all …]
Dvarray.h46 _mesa_set_vertex_format(struct gl_vertex_format *vertex_format,
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c40 SVGA3dSurfaceFormat vertex_format; member
238 *svga_format = entry->vertex_format; in svga_translate_vertex_format_vgpu10()
296 return entry->vertex_format; in svga_translate_format()
/third_party/mesa3d/src/amd/vulkan/
Dradv_acceleration_structure.c861 uint32_t vertex_format; member
956 nir_ssa_def *vertex_format = nir_channel(&b, pconst3, 3); in build_leaf_shader() local
969 get_vertices(&b, vertex_addresses, vertex_format, positions); in build_leaf_shader()
1827 prim_consts.vertex_format = geom->geometry.triangles.vertexFormat; in radv_CmdBuildAccelerationStructuresKHR()