Searched refs:dxil_spirv_vertex_runtime_data (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
D | dxil_spirv_nir.c | 53 : sizeof(struct dxil_spirv_vertex_runtime_data); in add_runtime_data_var() 99 offset = offsetof(struct dxil_spirv_vertex_runtime_data, first_vertex); in lower_shader_system_values() 103 offsetof(struct dxil_spirv_vertex_runtime_data, is_indexed_draw); in lower_shader_system_values() 106 offset = offsetof(struct dxil_spirv_vertex_runtime_data, base_instance); in lower_shader_system_values() 109 offset = offsetof(struct dxil_spirv_vertex_runtime_data, draw_id); in lower_shader_system_values() 295 offsetof(struct dxil_spirv_vertex_runtime_data, yz_flip_mask); in lower_yz_flip()
|
D | spirv_to_dxil.h | 99 struct dxil_spirv_vertex_runtime_data { struct
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_pipeline.c | 1913 … .DestOffsetIn32BitValues = offsetof(struct dxil_spirv_vertex_runtime_data, first_vertex) / 4, in dzn_graphics_pipeline_get_indirect_cmd_sig() 1922 .DestOffsetIn32BitValues = offsetof(struct dxil_spirv_vertex_runtime_data, draw_id) / 4, in dzn_graphics_pipeline_get_indirect_cmd_sig() 1934 assert(offsetof(struct dxil_spirv_vertex_runtime_data, first_vertex) == 0); in dzn_graphics_pipeline_get_indirect_cmd_sig()
|
D | dzn_private.h | 529 struct dxil_spirv_vertex_runtime_data gfx;
|
D | dzn_descriptor_set.c | 689 DIV_ROUND_UP(MAX2(sizeof(struct dxil_spirv_vertex_runtime_data), in dzn_pipeline_layout_create()
|