Home
last modified time | relevance | path

Searched defs:geomDesc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dapi_interface.h35 GRL_INLINE uint3 GRL_load_triangle(global GRL_RAYTRACING_GEOMETRY_DESC* geomDesc, const uint triID) in GRL_load_triangle()
74 GRL_INLINE uint4 GRL_load_quad_indices(global GRL_RAYTRACING_GEOMETRY_DESC* geomDesc, uint triID, u… in GRL_load_quad_indices()
97 GRL_INLINE void GRL_set_Type(GRL_RAYTRACING_GEOMETRY_DESC* geomDesc, GeometryType type) in GRL_set_Type()
102 GRL_INLINE GeometryType GRL_get_Type(const GRL_RAYTRACING_GEOMETRY_DESC* geomDesc) in GRL_get_Type()
107 GRL_INLINE void GRL_set_Flags(GRL_RAYTRACING_GEOMETRY_DESC* geomDesc, uint8_t flags) in GRL_set_Flags()
112 GRL_INLINE uint8_t GRL_get_Flags(const GRL_RAYTRACING_GEOMETRY_DESC* geomDesc) in GRL_get_Flags()
117 GRL_INLINE void GRL_set_triangles_Transform(GRL_RAYTRACING_GEOMETRY_DESC* geomDesc, gpuva_t transfo… in GRL_set_triangles_Transform()
122 GRL_INLINE gpuva_t GRL_get_triangles_Transform(const GRL_RAYTRACING_GEOMETRY_DESC* geomDesc) in GRL_get_triangles_Transform()
127 GRL_INLINE void GRL_set_triangles_IndexFormat(GRL_RAYTRACING_GEOMETRY_DESC* geomDesc, IndexFormat f… in GRL_set_triangles_IndexFormat()
132 GRL_INLINE IndexFormat GRL_get_triangles_IndexFormat(const GRL_RAYTRACING_GEOMETRY_DESC* geomDesc) in GRL_get_triangles_IndexFormat()
[all …]
H A Dd3d12.h230 GRL_INLINE void D3D12_set_Type(D3D12_RAYTRACING_GEOMETRY_DESC *geomDesc, D3D12_RAYTRACING_GEOMETRY_… in D3D12_set_Type()
235 GRL_INLINE D3D12_RAYTRACING_GEOMETRY_TYPE D3D12_get_Type(D3D12_RAYTRACING_GEOMETRY_DESC *geomDesc) in D3D12_get_Type()
240 GRL_INLINE void D3D12_set_Flags(D3D12_RAYTRACING_GEOMETRY_DESC *geomDesc, D3D12_RAYTRACING_GEOMETRY… in D3D12_set_Flags()
245 GRL_INLINE D3D12_RAYTRACING_GEOMETRY_FLAGS D3D12_get_Flags(D3D12_RAYTRACING_GEOMETRY_DESC *geomDesc) in D3D12_get_Flags()
250 GRL_INLINE void D3D12_set_triangles_Transform(D3D12_RAYTRACING_GEOMETRY_DESC *geomDesc, D3D12_GPU_V… in D3D12_set_triangles_Transform()
255 …E D3D12_GPU_VIRTUAL_ADDRESS D3D12_get_triangles_Transform(D3D12_RAYTRACING_GEOMETRY_DESC *geomDesc) in D3D12_get_triangles_Transform()
260 GRL_INLINE void D3D12_set_triangles_IndexFormat(D3D12_RAYTRACING_GEOMETRY_DESC *geomDesc, IndexForm… in D3D12_set_triangles_IndexFormat()
276 GRL_INLINE IndexFormat D3D12_get_triangles_IndexFormat(D3D12_RAYTRACING_GEOMETRY_DESC *geomDesc) in D3D12_get_triangles_IndexFormat()
290 GRL_INLINE void D3D12_set_triangles_VertexFormat(D3D12_RAYTRACING_GEOMETRY_DESC *geomDesc, VertexFo… in D3D12_set_triangles_VertexFormat()
336 GRL_INLINE VertexFormat D3D12_get_triangles_VertexFormat(D3D12_RAYTRACING_GEOMETRY_DESC *geomDesc) in D3D12_get_triangles_VertexFormat()
[all …]
H A Dbvh_build_refit.h287 global GRL_RAYTRACING_GEOMETRY_DESC* geomDesc, in refit_bottom()
366 uniform global GRL_RAYTRACING_GEOMETRY_DESC* geomDesc, in SUBGROUP_refit_bottom()
H A Dbvh_build_treelet_refit.h66 global GRL_RAYTRACING_GEOMETRY_DESC* geomDesc, in refit_bottom_child_quad()