Home
last modified time | relevance | path

Searched refs:tex_colors (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/
Dtri.c803 demo_prepare_texture_image(struct demo *demo, const uint32_t *tex_colors, in demo_prepare_texture_image() argument
878 row[x] = tex_colors[(x & 1) ^ (y & 1)]; in demo_prepare_texture_image()
902 const uint32_t tex_colors[DEMO_TEXTURE_COUNT][2] = { in demo_prepare_textures() local
915 demo_prepare_texture_image(demo, tex_colors[i], &demo->textures[i], in demo_prepare_textures()
925 demo_prepare_texture_image(demo, tex_colors[i], &staging_texture, in demo_prepare_textures()
931 demo, tex_colors[i], &demo->textures[i], in demo_prepare_textures()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp801 uint32_t tex_colors[2] = {0xffff0000, 0xff00ff00}; in VkTextureObj() local
814 colors = tex_colors; in VkTextureObj()