Home
last modified time | relevance | path

Searched refs:zink_gfx_push_constant (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.h51 struct zink_gfx_push_constant { struct
H A Dzink_draw.cpp230 offsetof(struct zink_gfx_push_constant, draw_id), sizeof(unsigned), in update_drawid()
778 offsetof(struct zink_gfx_push_constant, draw_mode_is_indexed), sizeof(unsigned), in zink_draw()
783 offsetof(struct zink_gfx_push_constant, default_inner_level), sizeof(float) * 6, in zink_draw()
H A Dzink_compiler.c56 fields[0].offset = offsetof(struct zink_gfx_push_constant, draw_mode_is_indexed); in create_vs_pushconst()
59 fields[1].offset = offsetof(struct zink_gfx_push_constant, draw_id); in create_vs_pushconst()
3378 fields[0].type = glsl_array_type(glsl_uint_type(), offsetof(struct zink_gfx_push_constant, default_inner_level) / 4, 0); in zink_shader_tcs_create()
3383 fields[1].offset = offsetof(struct zink_gfx_push_constant, default_inner_level); in zink_shader_tcs_create()
3386 fields[2].offset = offsetof(struct zink_gfx_push_constant, default_outer_level); in zink_shader_tcs_create()
H A Dzink_program.c382 pcr[0].offset = offsetof(struct zink_gfx_push_constant, draw_mode_is_indexed); in zink_pipeline_layout_create()
385 pcr[1].offset = offsetof(struct zink_gfx_push_constant, default_inner_level); in zink_pipeline_layout_create()

Completed in 10 milliseconds