Searched defs:vertex_format (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/ |
H A D | api_interface.h | 306 uint vertex_format = geomDesc->Desc.Triangles.VertexFormat; in GRL_load_vertex() local 414 GRL_INLINE void GRL_load_triangle_vertices(global char* vertices, const uint vertex_format, const u… in GRL_load_triangle_vertices() 550 const uint4 vtxID, const uint vertex_format, global char* vertices) in GRL_load_quad_vertices_no_stride() 748 uint vertex_format = geomDesc->Desc.Triangles.VertexFormat; in GRL_load_quad_vertices() local
|
/aosp_15_r20/external/mesa3d/src/mesa/vbo/ |
H A D | vbo_private.h | 129 vbo_set_vertex_format(struct gl_vertex_format* vertex_format, in vbo_set_vertex_format()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_acceleration_structure.c | 340 VkFormat vertex_format = geom->geometry.triangles.vertexFormat; in lvp_build_acceleration_structure() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_format.c | 22 SVGA3dSurfaceFormat vertex_format; member
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/bvh/ |
H A D | bvh.h | 193 uint32_t vertex_format; member
|
H A D | build_helpers.h | 354 load_vertices(VOID_REF vertices, triangle_indices indices, uint32_t vertex_format, uint32_t stride) in load_vertices()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | varray.c | 709 set_vertex_format_user(union gl_vertex_format_user *vertex_format, in set_vertex_format_user() 724 recompute_vertex_format_fields(struct gl_vertex_format *vertex_format, in recompute_vertex_format_fields() 739 _mesa_set_vertex_format(struct gl_vertex_format *vertex_format, in _mesa_set_vertex_format()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 36147 pub vertex_format: Format, field 36224 pub fn vertex_format(mut self, vertex_format: Format) -> Self { in vertex_format() method 48160 pub vertex_format: Format, field 48231 pub fn vertex_format(mut self, vertex_format: Format) -> Self { in vertex_format() method
|