HomeSort by relevance Sort by last modified time
    Searched refs:miplevels (Results 1 - 10 of 10) sorted by null

  /external/skia/src/gpu/vk/
GrVkImageView.cpp 13 Type viewType, uint32_t miplevels) {
28 { VK_IMAGE_ASPECT_COLOR_BIT, 0, miplevels, 0, 1 }, // subresourceRange
GrVkImageView.h 25 Type viewType, uint32_t miplevels);
  /external/skqp/src/gpu/vk/
GrVkImageView.cpp 13 Type viewType, uint32_t miplevels) {
28 { VK_IMAGE_ASPECT_COLOR_BIT, 0, miplevels, 0, 1 }, // subresourceRange
GrVkImageView.h 25 Type viewType, uint32_t miplevels);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9tex.h 82 UINT MipLevels;
194 UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool);
196 UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool);
198 UINT *depth, UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool);
201 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DTexture9 **texture);
203 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DCubeTexture9 **cube);
205 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DVolumeTexture9 **volume);
244 UINT width, UINT height, UINT miplevels, DWORD usage, D3DFORMAT format,
248 UINT width, UINT height, UINT miplevels, DWORD usage, D3DFORMAT format,
254 UINT size, UINT miplevels, DWORD usage, D3DFORMAT format
    [all...]
d3dx9core.h 104 UINT MipLevels;
118 UINT MipLevels;
295 UINT MipLevels;
485 UINT miplevels, WINBOOL italic, DWORD charset, DWORD precision, DWORD quality, DWORD pitchandfamily,
488 UINT miplevels, WINBOOL italic, DWORD charset, DWORD precision, DWORD quality, DWORD pitchandfamily,
497 HRESULT WINAPI D3DXCreateRenderToEnvMap(struct IDirect3DDevice9 *device, UINT size, UINT miplevels,
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_texture.c 249 unsigned miplevels; local
252 miplevels = fd_sampler_last_level(cso) - lvl;
254 so->texconst0 |= A3XX_TEX_CONST_0_MIPLVLS(miplevels);
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_texture.c 263 unsigned miplevels; local
266 miplevels = fd_sampler_last_level(cso) - lvl;
269 so->texconst0 |= A4XX_TEX_CONST_0_MIPLVLS(miplevels);
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_texture.c 260 unsigned miplevels; local
263 miplevels = fd_sampler_last_level(cso) - lvl;
266 so->texconst0 |= A5XX_TEX_CONST_0_MIPLVLS(miplevels);
  /external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_validate.c 568 uint32_t miplevels = VC4_GET_FIELD(p0, VC4_TEX_P0_MIPLVLS); local
679 for (i = 1; i <= miplevels; i++) {

Completed in 345 milliseconds