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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_render_pass.c 32 create_render_pass(struct zink_screen *screen, struct zink_render_pass_state *state, struct zink_render_pass_pipeline_state *pstate)
42 pstate->num_attachments = state->num_cbufs;
46 pstate->attachments[i].format = attachments[i].format = rt->format;
47 pstate->attachments[i].samples = attachments[i].samples = rt->samples;
75 pstate->attachments[num_attachments].format = attachments[num_attachments].format = rt->format;
76 pstate->attachments[num_attachments].samples = attachments[num_attachments].samples = rt->samples;
94 pstate->num_attachments++;
129 create_render_pass2(struct zink_screen *screen, struct zink_render_pass_state *state, struct zink_render_pass_pipeline_state *pstate)
141 pstate->num_attachments = state->num_cbufs;
142 pstate->num_cresolves = state->num_cresolves
    [all...]
zink_render_pass.h 85 struct zink_render_pass_pipeline_state *pstate);
zink_context.c 1842 rp_state_size(const struct zink_render_pass_pipeline_state *pstate)
1845 sizeof(pstate->attachments[0]) * pstate->num_attachments;
1952 struct zink_render_pass_pipeline_state pstate; local
1953 pstate.samples = state.samples;
1954 rp = zink_create_render_pass(screen, &state, &pstate);
1958 struct set_entry *entry = _mesa_set_search_or_add(&ctx->render_pass_state_cache, &pstate, &found);
1963 memcpy(ppstate, &pstate, rp_state_size(&pstate));
  /xsrc/external/mit/xf86-video-vesa/dist/src/
vesa.h 96 CARD8 *state, *pstate; /* SVGA state */ member in struct:_VESARec
vesa.c 1765 memcpy(pVesa->state, pVesa->pstate, pVesa->stateSize);
1772 if (pVesa->pstate == NULL)
1773 pVesa->pstate = malloc(pVesa->stateSize);
1774 memcpy(pVesa->pstate, pVesa->state, pVesa->stateSize);
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_legalize.c 94 struct ir3_legalize_state *pstate = &pbd->state; local
100 &state->needs_ss, &pstate->needs_ss);
102 &state->needs_ss_war, &pstate->needs_ss_war);
104 &state->needs_sy, &pstate->needs_sy);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_legalize.c 103 struct ir3_legalize_state *pstate = &pbd->state; local
108 regmask_or(&state->needs_ss, &state->needs_ss, &pstate->needs_ss);
110 &pstate->needs_ss_war);
111 regmask_or(&state->needs_sy, &state->needs_sy, &pstate->needs_sy);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
vbe.c 927 && (function == MODE_SAVE || vbe_sr->pstate)) {
929 memcpy(vbe_sr->state, vbe_sr->pstate, vbe_sr->stateSize);
938 if (vbe_sr->pstate == NULL)
939 vbe_sr->pstate = malloc(vbe_sr->stateSize);
940 memcpy(vbe_sr->pstate, vbe_sr->state, vbe_sr->stateSize);
vbe.h 325 CARD8 *pstate; member in struct:__anon10039
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/
vbe.c 926 && (function == MODE_SAVE || vbe_sr->pstate)) {
928 memcpy(vbe_sr->state, vbe_sr->pstate, vbe_sr->stateSize);
937 if (vbe_sr->pstate == NULL)
938 vbe_sr->pstate = malloc(vbe_sr->stateSize);
939 memcpy(vbe_sr->pstate, vbe_sr->state, vbe_sr->stateSize);
vbe.h 312 CARD8 *pstate; member in struct:__anon10688
  /xsrc/external/mit/xf86-video-ati/dist/src/
theatre200.c 94 static uint32_t dsp_set_lowpowerstate(TheatrePtr t, uint32_t pstate);
663 static uint32_t dsp_set_lowpowerstate(TheatrePtr t, uint32_t pstate)
669 fb_scratch0 = ((pstate << 8) & 0xff00) | (82 & 0xff);
  /xsrc/external/mit/libdrm/dist/amdgpu/
amdgpu_cs.c 200 *out_flags = args.out.pstate.flags;
  /xsrc/external/mit/libdrm/dist/include/drm/
amdgpu_drm.h 282 /* select a stable profiling pstate for perfmon tools */
318 } pstate; member in union:drm_amdgpu_ctx_out
1155 /* Subquery id: Query GPU stable pstate shader clock */
1157 /* Subquery id: Query GPU stable pstate memory clock */
1159 /* Subquery id: Query GPU peak pstate shader clock */
1161 /* Subquery id: Query GPU peak pstate memory clock */
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_state.c 2238 struct pipe_sampler_state pstate; member in struct:crocus_sampler_state
2274 cso->pstate = *state;
2346 struct pipe_sampler_state *state = &cso->pstate;
2647 if (state->pstate.seamless_cube_map &&
9145 if (samp->pstate.min_img_filter != PIPE_TEX_FILTER_NEAREST &&
9146 samp->pstate.mag_img_filter != PIPE_TEX_FILTER_NEAREST) {
9147 if (samp->pstate.wrap_s == PIPE_TEX_WRAP_CLAMP)
9149 if (samp->pstate.wrap_t == PIPE_TEX_WRAP_CLAMP)
9151 if (samp->pstate.wrap_r == PIPE_TEX_WRAP_CLAMP)
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis.h 1230 CARD8 *state, *pstate; member in struct:__anon9396
sis_driver.c 328 if(pSiS->pstate) free(pSiS->pstate);
329 pSiS->pstate = NULL;
7518 memcpy(pSiS->state, pSiS->pstate, pSiS->stateSize);
7525 if(!pSiS->pstate) {
7526 pSiS->pstate = malloc(pSiS->stateSize);
7528 memcpy(pSiS->pstate, pSiS->state, pSiS->stateSize);
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident_driver.c 855 vbesr.pstate = NULL;

Completed in 46 milliseconds