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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dbasetexture9.h45 uint8_t pstype; /* 0: 2D, 1: 1D, 2: CUBE, 3: 3D */ member in struct:NineBaseTexture9
H A Dpixelshader9.h94 samplers_ps1_types |= (context->texture[s].enabled ? context->texture[s].pstype : 1) << (s * 2);
H A Dcubetexture9.c128 This->base.pstype = 2;
H A Dtexture9.c181 This->base.pstype = (Height == 1) ? 1 : 0;
H A Dvolumetexture9.c106 This->base.pstype = 3;
H A Dnine_state.h294 uint8_t pstype; member in struct:nine_context::__anon97a8ae2a0508
H A Dnine_state.c1365 uint8_t pstype,
1436 ARG_VAL(uint8_t, pstype),
1449 context->texture[stage].pstype = pstype;
1466 uint8_t pstype = 0; local in function:nine_context_set_texture
1478 pstype = tex->pstype;
1485 shadow, lod, type, pstype,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dbasetexture9.h46 uint8_t pstype; /* 0: 2D, 1: 1D, 2: CUBE, 3: 3D */ member in struct:NineBaseTexture9
H A Dpixelshader9.h97 samplers_ps1_types |= (context->texture[s].enabled ? context->texture[s].pstype : 1) << (s * 2);
H A Dcubetexture9.c117 This->base.pstype = 2;
H A Dvolumetexture9.c103 This->base.pstype = 3;
H A Dnine_state.h296 uint8_t pstype; member in struct:nine_context::__anon9e15edb10508
H A Dtexture9.c158 This->base.pstype = (Height == 1) ? 1 : 0;
H A Dnine_state.c1390 uint8_t pstype,
1457 ARG_VAL(uint8_t, pstype),
1486 context->texture[stage].pstype = pstype;
1502 uint8_t pstype = 0; local in function:nine_context_set_texture
1515 pstype = tex->pstype;
1523 lod, type, pstype,

Completed in 20 milliseconds