Lines Matching refs:state
545 struct lower_pipeline_layout_state *state)
593 struct lower_pipeline_layout_state *state)
601 struct v3dv_descriptor_set_layout *set_layout = state->layout->set[set].layout;
613 pipeline_get_descriptor_map(state->pipeline, binding_layout->type,
671 struct lower_pipeline_layout_state *state)
734 struct v3dv_descriptor_set_layout *set_layout = state->layout->set[set].layout;
754 pipeline_get_descriptor_map(state->pipeline, binding_layout->type,
776 struct lower_pipeline_layout_state *state)
784 return_size = lower_tex_src_to_offset(b, instr, texture_idx, state);
790 lower_tex_src_to_offset(b, instr, sampler_idx, state);
799 state->needs_default_sampler_state = true;
811 struct lower_pipeline_layout_state *state)
850 struct v3dv_descriptor_set_layout *set_layout = state->layout->set[set].layout;
860 pipeline_get_descriptor_map(state->pipeline, binding_layout->type,
886 struct lower_pipeline_layout_state *state)
890 lower_load_push_constant(b, instr, state);
894 lower_vulkan_resource_index(b, instr, state);
920 lower_image_deref(b, instr, state);
934 struct lower_pipeline_layout_state *state = _state;
939 progress |= lower_sampler(b, nir_instr_as_tex(instr), state);
942 progress |= lower_intrinsic(b, nir_instr_as_intrinsic(instr), state);
959 struct lower_pipeline_layout_state state = {
968 &state);
970 *needs_default_sampler_state = state.needs_default_sampler_state;
1087 /* Vulkan doesn't have fixed function state for user clip planes. Instead,
1173 /* Multisample rasterization state must be ignored if rasterization
1235 /* This mask represents state for GL_ARB_point_sprite which is not
1752 * is no sampler state.
1959 /* Multisample rasterization state must be ignored if rasterization
2626 v3dv_dynamic_state_mask(VkDynamicState state)
2628 switch(state) {
2649 * ignoring this dynamic state. We are already asserting at pipeline creation
2656 unreachable("Unhandled dynamic state");
2690 /* For any pipeline states that are not dynamic, set the dynamic state
2691 * from the static pipeline state.