Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Drenderer.c106 VGint tex_width; member
111 VGint tex_width; member
121 VGint tex_width, tex_height; member
533 VGint tex_width, VGint tex_height) in renderer_quad_texcoord() argument
538 s0 = x0 / tex_width; in renderer_quad_texcoord()
539 s1 = x1 / tex_width; in renderer_quad_texcoord()
610 renderer->u.copy.tex_width = src->texture->width0; in renderer_copy_begin()
632 renderer->u.copy.tex_width, in renderer_copy()
683 renderer->u.drawtex.tex_width = src->texture->width0; in renderer_drawtex_begin()
705 renderer->u.drawtex.tex_width, in renderer_drawtex()
[all …]
/external/drm_hwcomposer/
Dglworker.cpp321 float tex_width = layer.buffer->width; in ConstructCommand() local
323 DrmHwcRect<float> crop_rect(layer.source_crop.left / tex_width, in ConstructCommand()
325 layer.source_crop.right / tex_width, in ConstructCommand()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa.c796 size_match( int width, int tex_width ) in size_match() argument
799 if (width > tex_width) in size_match()
802 if (width * 2 < tex_width) in size_match()
807 return width == tex_width; in size_match()
/external/vulkan-validation-layers/demos/
Dcube.cpp80 int32_t tex_width; member
1839 int32_t tex_width; in prepare_texture_image() local
1841 if (!loadTexture(filename, nullptr, nullptr, &tex_width, &tex_height)) { in prepare_texture_image()
1845 tex_obj->tex_width = tex_width; in prepare_texture_image()
1852 .setExtent({(uint32_t)tex_width, (uint32_t)tex_height, 1}) in prepare_texture_image()
1899 &tex_width, &tex_height)) { in prepare_texture_image()
1968 .setExtent({(uint32_t)staging_texture.tex_width, in prepare_textures()
Dcube.c134 int32_t tex_width, tex_height; member
1234 int32_t tex_width; in demo_prepare_texture_image() local
1239 if (!loadTexture(filename, NULL, NULL, &tex_width, &tex_height)) { in demo_prepare_texture_image()
1243 tex_obj->tex_width = tex_width; in demo_prepare_texture_image()
1251 .extent = {tex_width, tex_height, 1}, in demo_prepare_texture_image()
1304 if (!loadTexture(filename, data, &layout, &tex_width, &tex_height)) { in demo_prepare_texture_image()
1384 .extent = {staging_texture.tex_width, in demo_prepare_textures()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c1249 LLVMValueRef tex_width, tex_height, tex_depth; in lp_build_sample_soa() local
1296 tex_width = dynamic_state->width(dynamic_state, gallivm, unit); in lp_build_sample_soa()
1310 bld.int_size = tex_width; in lp_build_sample_soa()
1314 tex_width, LLVMConstInt(i32t, 0, 0), ""); in lp_build_sample_soa()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1724 const int32_t tex_width = 32; in TEST_F() local
1732 image_create_info.extent.width = tex_width; in TEST_F()
1795 const int32_t tex_width = 32; in TEST_F() local
1803 image_create_info.extent.width = tex_width; in TEST_F()
2213 const int32_t tex_width = 32; in TEST_F() local
2221 image_create_info.extent.width = tex_width; in TEST_F()
2288 const int32_t tex_width = 32; in TEST_F() local
2296 image_create_info.extent.width = tex_width; in TEST_F()
2354 const int32_t tex_width = 32; in TEST_F() local
2362 image_create_info.extent.width = tex_width; in TEST_F()
[all …]