Home
last modified time | relevance | path

Searched refs:zink_gfx_push_constant (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_program.h51 struct zink_gfx_push_constant { struct
Dzink_compiler.c49 fields[0].offset = offsetof(struct zink_gfx_push_constant, draw_mode_is_indexed); in create_vs_pushconst()
52 fields[1].offset = offsetof(struct zink_gfx_push_constant, draw_id); in create_vs_pushconst()
1609 …fields[0].type = glsl_array_type(glsl_uint_type(), offsetof(struct zink_gfx_push_constant, default… in zink_shader_tcs_create()
1614 fields[1].offset = offsetof(struct zink_gfx_push_constant, default_inner_level); in zink_shader_tcs_create()
1617 fields[2].offset = offsetof(struct zink_gfx_push_constant, default_outer_level); in zink_shader_tcs_create()
Dzink_draw.cpp242 offsetof(struct zink_gfx_push_constant, draw_id), sizeof(unsigned), in update_drawid()
768 … offsetof(struct zink_gfx_push_constant, draw_mode_is_indexed), sizeof(unsigned), in zink_draw_vbo()
773 … offsetof(struct zink_gfx_push_constant, default_inner_level), sizeof(float) * 6, in zink_draw_vbo()
Dzink_program.c266 pcr[0].offset = offsetof(struct zink_gfx_push_constant, draw_mode_is_indexed); in zink_pipeline_layout_create()
269 pcr[1].offset = offsetof(struct zink_gfx_push_constant, default_inner_level); in zink_pipeline_layout_create()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst4504 - zink: zink_push_constant -> zink_gfx_push_constant