Home
last modified time | relevance | path

Searched refs:sampler_ps1xtypes (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dpixelshader9.c60 info.sampler_ps1xtypes = 0x0; in NinePixelShader9_ctor()
167 info.sampler_ps1xtypes = key; in NinePixelShader9_GetVariant()
Dnine_shader.h61 uint32_t sampler_ps1xtypes; /* 2 bits per sampler */ member
Dvertexshader9.c65 info.sampler_ps1xtypes = 0x0; in NineVertexShader9_ctor()
Dnine_shader.c2089 switch ((info->sampler_ps1xtypes >> (stage * 2)) & 0x3) { in ps1x_sampler_type()