Home
last modified time | relevance | path

Searched refs:pstype (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dpixelshader9.h83 … samplers_ps1_types |= (context->texture[s].enabled ? context->texture[s].pstype : 1) << (s * 2); in NinePixelShader9_UpdateKey()
Dbasetexture9.h45 uint8_t pstype; /* 0: 2D, 1: 1D, 2: CUBE, 3: 3D */ member
Dvolumetexture9.c105 This->base.pstype = 3; in NineVolumeTexture9_ctor()
Dtexture9.c180 This->base.pstype = (Height == 1) ? 1 : 0; in NineTexture9_ctor()
Dcubetexture9.c127 This->base.pstype = 2; in NineCubeTexture9_ctor()
Dnine_state.c1378 uint8_t pstype,
1449 ARG_VAL(uint8_t, pstype), in CSMT_ITEM_NO_WAIT() argument
1462 context->texture[stage].pstype = pstype; in CSMT_ITEM_NO_WAIT()
1479 uint8_t pstype = 0; in nine_context_set_texture() local
1491 pstype = tex->pstype; in nine_context_set_texture()
1498 shadow, lod, type, pstype, in nine_context_set_texture()
Dnine_state.h287 uint8_t pstype; member