HomeSort by: relevance | last modified time | path
    Searched refs:p_stage (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_pipeline.c 104 struct v3dv_pipeline_stage *p_stage,
107 if (!p_stage)
110 ralloc_free(p_stage->nir);
111 vk_free2(&device->vk.alloc, pAllocator, p_stage);
1021 const struct v3dv_pipeline_stage *p_stage,
1025 assert(p_stage->pipeline->shared_data &&
1026 p_stage->pipeline->shared_data->maps[p_stage->stage]);
1032 &p_stage->pipeline->shared_data->maps[p_stage->stage]->sampler_map
1396 struct v3dv_pipeline_stage *p_stage = local
1965 struct v3dv_pipeline_stage *p_stage = pipeline->vs; local
2338 struct v3dv_pipeline_stage *p_stage = local
2399 struct v3dv_pipeline_stage *p_stage = local
2467 struct v3dv_pipeline_stage *p_stage = local
3156 struct v3dv_pipeline_stage *p_stage = local
    [all...]
v3dv_private.h 1904 v3dv_get_shader_variant(struct v3dv_pipeline_stage *p_stage,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_screen.c 440 enum pipe_shader_type p_stage,
443 gl_shader_stage stage = stage_from_pipe(p_stage);
448 p_stage != PIPE_SHADER_VERTEX &&
449 p_stage != PIPE_SHADER_FRAGMENT)
453 p_stage != PIPE_SHADER_VERTEX &&
454 p_stage != PIPE_SHADER_FRAGMENT &&
455 p_stage != PIPE_SHADER_GEOMETRY)
506 (p_stage == PIPE_SHADER_FRAGMENT ||
507 p_stage == PIPE_SHADER_COMPUTE))
crocus_state.c 2300 enum pipe_shader_type p_stage,
2305 gl_shader_stage stage = stage_from_pipe(p_stage);
2321 if (p_stage == PIPE_SHADER_FRAGMENT)
2323 else if (p_stage == PIPE_SHADER_VERTEX)
3045 enum pipe_shader_type p_stage,
3054 gl_shader_stage stage = stage_from_pipe(p_stage);
3143 enum pipe_shader_type p_stage,
3150 gl_shader_stage stage = stage_from_pipe(p_stage);
3479 enum pipe_shader_type p_stage, unsigned index,
3484 gl_shader_stage stage = stage_from_pipe(p_stage);
8368 enum pipe_shader_type p_stage = stage_to_pipe(s); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_execute.c 934 enum pipe_shader_type p_stage,
944 fill_sampler(&state->ss[p_stage][ss_idx], binding->immutable_samplers ? binding->immutable_samplers[array_idx] : descriptor->sampler);
945 if (state->num_sampler_states[p_stage] <= ss_idx)
946 state->num_sampler_states[p_stage] = ss_idx + 1;
947 state->ss_dirty[p_stage] = true;
962 enum pipe_shader_type p_stage,
1022 if (state->sv[p_stage][sv_idx])
1023 pipe_sampler_view_reference(&state->sv[p_stage][sv_idx], NULL);
1024 state->sv[p_stage][sv_idx] = state->pctx->create_sampler_view(state->pctx, iv->image->bo, &templ);
1025 if (state->num_sampler_views[p_stage] <= sv_idx
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_nir_builtins.c 36 enum pipe_shader_type p_stage = pipe_shader_type_from_mesa(nir->info.stage); local
38 screen->get_shader_param(screen, p_stage, PIPE_SHADER_CAP_SCALAR_ISA);
st_program.c 431 enum pipe_shader_type p_stage = pipe_shader_type_from_mesa(stage); local
433 st->pipe->screen->get_shader_param(st->pipe->screen, p_stage,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_context.c 1149 enum pipe_shader_type p_stage,
1159 unsigned old_writable_mask = ctx->writable_ssbos[p_stage];
1160 ctx->writable_ssbos[p_stage] &= ~modified_bits;
1161 ctx->writable_ssbos[p_stage] |= writable_bitmask << start_slot;
1164 struct pipe_shader_buffer *ssbo = &ctx->ssbos[p_stage][start_slot + i];
1170 unbind_ssbo(ctx, res, p_stage, i, was_writable);
1171 new_res->ssbo_bind_mask[p_stage] |= BITFIELD_BIT(i);
1172 update_res_bind_count(ctx, new_res, p_stage == PIPE_SHADER_COMPUTE, false);
1175 if (ctx->writable_ssbos[p_stage] & BITFIELD64_BIT(start_slot + i)) {
1176 new_res->write_bind_count[p_stage == PIPE_SHADER_COMPUTE]++
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_screen.c 316 enum pipe_shader_type p_stage,
319 gl_shader_stage stage = stage_from_pipe(p_stage);
iris_state.c 1516 enum pipe_shader_type p_stage,
1521 gl_shader_stage stage = stage_from_pipe(p_stage);
2052 enum pipe_shader_type p_stage,
2059 gl_shader_stage stage = stage_from_pipe(p_stage);
2175 enum pipe_shader_type p_stage,
2180 gl_shader_stage stage = stage_from_pipe(p_stage);
2602 enum pipe_shader_type p_stage, unsigned index,
2606 gl_shader_stage stage = stage_from_pipe(p_stage);
2730 enum pipe_shader_type p_stage,
2736 gl_shader_stage stage = stage_from_pipe(p_stage);
5704 enum pipe_shader_type p_stage = stage_to_pipe(s); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_screen.c 429 enum pipe_shader_type p_stage,
432 gl_shader_stage stage = stage_from_pipe(p_stage);
iris_state.c 2071 enum pipe_shader_type p_stage,
2076 gl_shader_stage stage = stage_from_pipe(p_stage);
2706 enum pipe_shader_type p_stage,
2713 gl_shader_stage stage = stage_from_pipe(p_stage);
2812 iris_set_shader_images(ctx, p_stage, start_slot + count,
2823 enum pipe_shader_type p_stage,
2830 gl_shader_stage stage = stage_from_pipe(p_stage);
3206 enum pipe_shader_type p_stage, unsigned index,
3211 gl_shader_stage stage = stage_from_pipe(p_stage);
3229 iris_set_constant_buffer(ctx, p_stage, index, false, NULL)
7305 enum pipe_shader_type p_stage = stage_to_pipe(s); local
    [all...]
iris_program.c 2929 enum pipe_shader_type p_stage)

Completed in 39 milliseconds