HomeSort by: relevance | last modified time | path
    Searched defs:ds (Results 1 - 25 of 70) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
emu-ds.c 54 struct emu_draw_state *ds = &emu->draw_state; local
58 if (ds->write_idx == 0) {
60 ds->state[cur_idx].count = val & 0xffff;
61 ds->state[cur_idx].mode_mask = (val >> 20) & 0x7;
69 ds->state[cur_idx].base_lohi[ds->write_idx - 1] = val;
72 ds->write_idx = (ds->write_idx + 1) % 3;
74 emu_set_reg32(emu, &DRAW_STATE_HDR, ds->state[val].hdr);
75 emu_set_reg64(emu, &DRAW_STATE_BASE, ds->state[val].base)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
ir3_cache.h 42 struct ir3_shader_state *vs, *hs, *ds, *gs, *fs; // 5 pointers member in struct:ir3_cache_key
63 struct ir3_shader_variant *ds, struct ir3_shader_variant *gs,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 80 struct svga_depth_stencil_state *ds)
84 ds->id = util_bitmask_add(svga->ds_object_id_bm);
91 /* Note: we use the ds->stencil[0].enabled value for both the front
97 ds->id,
99 ds->zenable,
100 ds->zwriteenable,
101 ds->zfunc,
103 ds->stencil[0].enabled, /*f|b*/
104 ds->stencil[0].enabled, /*f*/
105 ds->stencil[0].enabled, /*b*
126 struct svga_depth_stencil_state *ds = CALLOC_STRUCT(svga_depth_stencil_state); local
241 struct svga_depth_stencil_state *ds = local
    [all...]
svga_state_rss.c 357 struct pipe_depth_stencil_alpha_state ds = {{{0}}}; local
359 svga->pipe.create_depth_stencil_alpha_state(&svga->pipe, &ds);
425 struct svga_depth_stencil_state *ds; local
430 ds = get_no_depth_stencil_test_state(svga);
431 if (ds->id != svga->state.hw_draw.depth_stencil_id) {
432 ret = SVGA3D_vgpu10_SetDepthStencilState(svga->swc, ds->id, 0);
436 svga->state.hw_draw.depth_stencil_id = ds->id;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_pipe_depthstencil.c 80 struct svga_depth_stencil_state *ds)
86 ds->id = util_bitmask_add(svga->ds_object_id_bm);
97 /* Note: we use the ds->stencil[0].enabled value for both the front
102 ds->id,
104 ds->zenable,
105 ds->zwriteenable,
106 ds->zfunc,
108 ds->stencil[0].enabled, /*f|b*/
109 ds->stencil[0].enabled, /*f*/
110 ds->stencil[0].enabled, /*b*
135 struct svga_depth_stencil_state *ds = CALLOC_STRUCT(svga_depth_stencil_state); local
250 struct svga_depth_stencil_state *ds = local
    [all...]
svga_state_rss.c 357 struct pipe_depth_stencil_alpha_state ds = {{0}}; local
359 svga->pipe.create_depth_stencil_alpha_state(&svga->pipe, &ds);
425 struct svga_depth_stencil_state *ds; local
430 ds = get_no_depth_stencil_test_state(svga);
431 if (ds->id != svga->state.hw_draw.depth_stencil_id) {
432 ret = SVGA3D_vgpu10_SetDepthStencilState(svga->swc, ds->id, 0);
436 svga->state.hw_draw.depth_stencil_id = ds->id;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_dirty_surfaces.h 51 util_dirty_surfaces_init(struct util_dirty_surfaces *ds)
53 list_inithead(&ds->dirty_list);
62 struct util_dirty_surface *ds = LIST_ENTRY(struct util_dirty_surface, p, dirty_list); local
65 flush(pipe, &ds->base);
77 struct util_dirty_surface *ds = LIST_ENTRY(struct util_dirty_surface, p, dirty_list); local
80 if(ds->base.u.tex.level >= first && ds->base.u.tex.level <= last)
81 flush(pipe, &ds->base);
94 util_dirty_surface_init(struct util_dirty_surface *ds)
96 list_inithead(&ds->dirty_list)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
fd6_program.h 44 struct ir3_shader_variant *ds; member in struct:fd6_program_state
74 else if (state->ds)
75 return state->ds;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_dirty_surfaces.h 51 util_dirty_surfaces_init(struct util_dirty_surfaces *ds)
53 LIST_INITHEAD(&ds->dirty_list);
62 struct util_dirty_surface *ds = LIST_ENTRY(struct util_dirty_surface, p, dirty_list); local
65 flush(pipe, &ds->base);
77 struct util_dirty_surface *ds = LIST_ENTRY(struct util_dirty_surface, p, dirty_list); local
80 if(ds->base.u.tex.level >= first && ds->base.u.tex.level <= last)
81 flush(pipe, &ds->base);
94 util_dirty_surface_init(struct util_dirty_surface *ds)
96 LIST_INITHEAD(&ds->dirty_list)
    [all...]
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
varray.cc 76 register long ds = sgn(arc->tail()[0] - arc->prev->tail()[0]); local
79 if( dir[0] != ds || dir[1] != dt ) {
80 dir[0] = ds;
patch.cc 324 REAL ds = sqrtf( 4 * t2 * ttq / ( ss * ttq + st * ssq ) ); local
326 pspec[0].stepsize = ( ds < pspec[0].range[2] ) ? ds : pspec[0].range[2];
337 REAL ds = ( sqrtf( x * x + 8.0 * t2 * ss ) - x ) / ss; local
338 pspec[0].stepsize = ( ds < pspec[0].range[2] ) ? ds : pspec[0].range[2];
357 REAL ds = sqrtf( area * pspec[0].range[2] / pspec[1].range[2] ); local
359 pspec[0].stepsize = ( ds < pspec[0].range[2] ) ? ds : pspec[0].range[2];
379 /* REAL ds = mt * d;*
380 REAL ds = t1 \/ (2.0*ms); local
    [all...]
arctess.cc 398 REAL ds = glu_abs(vert[0].param[0] - vert[-1].param[0]); local
400 int canremove = (ds<geo_stepsize && dt<geo_stepsize) ? 1 : 0;
404 REAL nds = ds + ods;
416 ods = ds;
421 ods = ds;
459 REAL ds = glu_abs(vert[0].param[0] - vert[-1].param[0]); local
461 int canremove = (ds<geo_stepsize && dt<geo_stepsize) ? 1 : 0;
465 REAL nds = ds + ods;
477 ods = ds;
482 ods = ds;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_psi_ops.cpp 101 vvec &ds = val->def->src; local
103 ns.insert(ns.begin() + i + 1, ds.begin(), ds.end());
105 i += ds.size();
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_psi_ops.cpp 101 vvec &ds = val->def->src; local
103 ns.insert(ns.begin() + i + 1, ds.begin(), ds.end());
105 i += ds.size();
  /xsrc/external/mit/ctwm/dist/
functions_misc.c 395 char *ds; local
398 ds = strdup(_ds);
399 if(!ds) {
404 colon = strrchr(ds, ':');
415 asprintf(&new_display, "%s.%d", ds, Scr->screen);
417 free(ds);
426 free(ds);
  /xsrc/external/mit/fontconfig/dist/test/
test-d1f48f11.c 240 FcChar8 *ds = NULL, *dsa = NULL, *dsac = NULL; local
255 ds = FcStrBuildFilename (sysroot, rootdir, NULL);
259 if (setup (ds) != 0)
289 if (ds)
290 free (ds);
  /xsrc/external/mit/libdrm/dist/nouveau/nvif/
cl9097.h 31 __u32 ds[4]; member in struct:fermi_a_zbc_color_v0
41 __u32 ds; member in struct:fermi_a_zbc_depth_v0
  /xsrc/external/mit/xorg-server/dist/dri3/
dri3_screen.c 34 dri3_screen_priv_ptr ds = dri3_screen_priv(screen); local
35 const dri3_screen_info_rec *info = ds->info;
55 dri3_screen_priv_ptr ds = dri3_screen_priv(screen); local
56 const dri3_screen_info_rec *info = ds->info;
85 dri3_screen_priv_ptr ds = dri3_screen_priv(screen); local
86 const dri3_screen_info_rec *info = ds->info;
115 dri3_screen_priv_ptr ds = dri3_screen_priv(screen); local
116 const dri3_screen_info_rec *info = ds->info;
155 dri3_screen_priv_ptr ds = dri3_screen_priv(screen); local
156 const dri3_screen_info_rec *info = ds->info
219 dri3_screen_priv_ptr ds = dri3_screen_priv(screen); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_print_ir.cpp 353 case Format::DS: {
354 const DS_instruction& ds = instr->ds(); local
355 if (ds.offset0)
356 fprintf(output, " offset0:%u", ds.offset0);
357 if (ds.offset1)
358 fprintf(output, " offset1:%u", ds.offset1);
359 if (ds.gds)
361 print_sync(ds.sync, output);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
stw_pixelformat.c 242 unsigned cfmt, ms, db, ds, acc, f; local
280 for (ds = 0; ds < ARRAY_SIZE(stw_pf_depth_stencil); ds++) {
281 const struct stw_pf_depth_info *depth = &stw_pf_depth_stencil[ds];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
stw_pixelformat.c 231 unsigned cfmt, ms, db, ds, acc; local
265 for (ds = 0; ds < ARRAY_SIZE(stw_pf_depth_stencil); ds++) {
266 const struct stw_pf_depth_info *depth = &stw_pf_depth_stencil[ds];
  /xsrc/external/mit/mesa-demos/dist/src/glsl/
array.c 74 GLfloat ds = 1.0 / xdivs, dt = 1.0 / ydivs; local
93 s += ds;
vert-tex.c 59 GLfloat ds = 1.0 / xdivs, dt = 1.0 / ydivs; local
75 s += ds;
  /xsrc/external/mit/mesa-demos/dist/src/perf/
glsl-compile-time.c 64 append_string(struct dynamic_string *ds, const char *s)
67 if (ds->len + l >= ds->buffer_size) {
69 int newsize = ds->buffer_size + l + 4096;
72 if (ds->buffer)
73 strcpy(newbuf, ds->buffer);
74 free(ds->buffer);
75 ds->buffer = newbuf;
76 ds->buffer_size = newsize;
78 strcpy(ds->buffer + ds->len, s)
92 struct dynamic_string ds = {0}; local
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/wgl/
wglthreads.c 124 float ds = 5.0f * (i - 0.5f * TEX_SIZE) / TEX_SIZE; local
125 float r = dt * dt + ds * ds + step;

Completed in 30 milliseconds

1 2 3