Searched refs:pstype (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | basetexture9.h | 45 uint8_t pstype; /* 0: 2D, 1: 1D, 2: CUBE, 3: 3D */ member in struct:NineBaseTexture9
|
| H A D | pixelshader9.h | 94 samplers_ps1_types |= (context->texture[s].enabled ? context->texture[s].pstype : 1) << (s * 2);
|
| H A D | cubetexture9.c | 128 This->base.pstype = 2;
|
| H A D | texture9.c | 181 This->base.pstype = (Height == 1) ? 1 : 0;
|
| H A D | volumetexture9.c | 106 This->base.pstype = 3;
|
| H A D | nine_state.h | 294 uint8_t pstype; member in struct:nine_context::__anon97a8ae2a0508
|
| H A D | nine_state.c | 1365 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 D | basetexture9.h | 46 uint8_t pstype; /* 0: 2D, 1: 1D, 2: CUBE, 3: 3D */ member in struct:NineBaseTexture9
|
| H A D | pixelshader9.h | 97 samplers_ps1_types |= (context->texture[s].enabled ? context->texture[s].pstype : 1) << (s * 2);
|
| H A D | cubetexture9.c | 117 This->base.pstype = 2;
|
| H A D | volumetexture9.c | 103 This->base.pstype = 3;
|
| H A D | nine_state.h | 296 uint8_t pstype; member in struct:nine_context::__anon9e15edb10508
|
| H A D | texture9.c | 158 This->base.pstype = (Height == 1) ? 1 : 0;
|
| H A D | nine_state.c | 1390 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