Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c618 struct pipe_compute_state shstate = {0}; in lvp_pipeline_compile_stage() local
619 shstate.prog = nir; in lvp_pipeline_compile_stage()
620 shstate.ir_type = PIPE_SHADER_IR_NIR; in lvp_pipeline_compile_stage()
621 shstate.req_local_mem = nir->info.shared_size; in lvp_pipeline_compile_stage()
622 return device->queue.ctx->create_compute_state(device->queue.ctx, &shstate); in lvp_pipeline_compile_stage()
624 struct pipe_shader_state shstate = {0}; in lvp_pipeline_compile_stage() local
625 shstate.type = PIPE_SHADER_IR_NIR; in lvp_pipeline_compile_stage()
626 shstate.ir.nir = nir; in lvp_pipeline_compile_stage()
628 memcpy(&shstate.stream_output, &pipeline->stream_output, sizeof(shstate in lvp_pipeline_compile_stage()
901 struct pipe_shader_state shstate = {0}; lvp_graphics_pipeline_init() local
[all...]

Completed in 2 milliseconds