Searched refs:tex_width (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | renderer.c | 106 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/ |
D | glworker.cpp | 321 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/ |
D | xorg_exa.c | 796 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/tests/ |
D | layer_validation_tests.cpp | 598 const int32_t tex_width = 32; in TEST_F() local 606 image_create_info.extent.width = tex_width; in TEST_F() 752 const int32_t tex_width = 32; in TEST_F() local 760 image_create_info.extent.width = tex_width; in TEST_F() 1032 const int32_t tex_width = 32; in TEST_F() local 1040 image_create_info.extent.width = tex_width; in TEST_F() 1104 const int32_t tex_width = 32; in TEST_F() local 1112 image_create_info.extent.width = tex_width; in TEST_F() 2183 const int32_t tex_width = 32; in TEST_F() local 2190 image_create_info.extent.width = tex_width; in TEST_F() [all …]
|
/external/vulkan-validation-layers/demos/ |
D | cube.c | 115 int32_t tex_width, tex_height; member 1061 int32_t tex_width; in demo_prepare_texture_image() local 1066 if (!loadTexture(filename, NULL, NULL, &tex_width, &tex_height)) { in demo_prepare_texture_image() 1072 tex_obj->tex_width = tex_width; in demo_prepare_texture_image() 1080 .extent = {tex_width, tex_height, 1}, in demo_prepare_texture_image() 1133 if (!loadTexture(filename, data, &layout, &tex_width, &tex_height)) { in demo_prepare_texture_image() 1206 .extent = {staging_texture.tex_width, in demo_prepare_textures()
|
D | tri.c | 112 int32_t tex_width, tex_height; member 807 const int32_t tex_width = 2; in demo_prepare_texture_image() local 812 tex_obj->tex_width = tex_width; in demo_prepare_texture_image() 820 .extent = {tex_width, tex_height, 1}, in demo_prepare_texture_image() 877 for (x = 0; x < tex_width; x++) in demo_prepare_texture_image() 953 .extent = {staging_texture.tex_width, in demo_prepare_textures()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 1249 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()
|