Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp510 void fillTextureWithColor(GLubyte* texture_data, GLsizei tex_width, GLsizei tex_height,
597 void TestClampModeForInternalFormat::fillTextureWithColor(GLubyte* texture_data, GLsizei tex_width,… in fillTextureWithColor() argument
611 for (i = 0; i < tex_width / 2; i++) in fillTextureWithColor()
616 for (; i < tex_width; i++) in fillTextureWithColor()
624 for (i = 0; i < tex_width / 2; i++) in fillTextureWithColor()
629 for (; i < tex_width; i++) in fillTextureWithColor()
/external/vulkan-validation-layers/tests/
Dvklayertests_buffer_image_memory_sampler.cpp615 const int32_t tex_width = 32; in TEST_F() local
623 image_create_info.extent.width = tex_width; in TEST_F()
883 const int32_t tex_width = 32; in TEST_F() local
891 image_create_info.extent.width = tex_width; in TEST_F()
951 const int32_t tex_width = 256; in TEST_F() local
959 image_create_info.extent.width = tex_width; in TEST_F()
1305 const int32_t tex_width = 32; in TEST_F() local
1313 image_create_info.extent.width = tex_width; in TEST_F()
3628 const int32_t tex_width = 32; in TEST_F() local
3635 image_create_info.extent.width = tex_width; in TEST_F()
[all …]
Dvklayertests_descriptor_renderpass_framebuffer.cpp4115 const int32_t tex_width = 32; in TEST_F() local
4122 image_create_info.extent.width = tex_width; in TEST_F()
4755 const int32_t tex_width = 32; in TEST_F() local
4762 image_create_info.extent.width = tex_width; in TEST_F()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2831 LLVMValueRef tex_width, newcoords[5]; in lp_build_sample_soa_code() local
3071 tex_width = dynamic_state->width(dynamic_state, gallivm, in lp_build_sample_soa_code()
3094 bld.int_size = tex_width; in lp_build_sample_soa_code()
3098 tex_width, in lp_build_sample_soa_code()