Home
last modified time | relevance | path

Searched refs:tex_width (Results 1 – 3 of 3) 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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2760 LLVMValueRef tex_width, newcoords[5]; in lp_build_sample_soa_code() local
3014 tex_width = dynamic_state->width(dynamic_state, gallivm, in lp_build_sample_soa_code()
3033 bld.int_size = tex_width; in lp_build_sample_soa_code()
3037 tex_width, in lp_build_sample_soa_code()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp2852 const int32_t tex_width = 32; in TEST_F() local
2860 image_create_info.extent.width = tex_width; in TEST_F()
3238 const int32_t tex_width = 32; in TEST_F() local
3246 image_create_info.extent.width = tex_width; in TEST_F()
3306 const int32_t tex_width = 256; in TEST_F() local
3314 image_create_info.extent.width = tex_width; in TEST_F()
3660 const int32_t tex_width = 32; in TEST_F() local
3668 image_create_info.extent.width = tex_width; in TEST_F()
10423 const int32_t tex_width = 32; in TEST_F() local
10430 image_create_info.extent.width = tex_width; in TEST_F()
[all …]