Home
last modified time | relevance | path

Searched refs:tex_height (Results 1 – 5 of 5) sorted by relevance

/external/drm_hwcomposer/
Dglworker.cpp322 float tex_height = layer.buffer->height; in ConstructCommand() local
324 layer.source_crop.top / tex_height, in ConstructCommand()
326 layer.source_crop.bottom / tex_height); in ConstructCommand()
/external/vulkan-validation-layers/demos/
Dcube.cpp81 int32_t tex_height; member
1840 int32_t tex_height; in prepare_texture_image() local
1841 if (!loadTexture(filename, nullptr, nullptr, &tex_width, &tex_height)) { in prepare_texture_image()
1846 tex_obj->tex_height = tex_height; 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()
1969 (uint32_t)staging_texture.tex_height, 1}); in prepare_textures()
Dcube.c134 int32_t tex_width, tex_height; member
1235 int32_t tex_height; in demo_prepare_texture_image() local
1239 if (!loadTexture(filename, NULL, NULL, &tex_width, &tex_height)) { in demo_prepare_texture_image()
1244 tex_obj->tex_height = tex_height; 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()
1385 staging_texture.tex_height, 1}, in demo_prepare_textures()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1725 const int32_t tex_height = 32; in TEST_F() local
1733 image_create_info.extent.height = tex_height; in TEST_F()
1796 const int32_t tex_height = 32; in TEST_F() local
1804 image_create_info.extent.height = tex_height; in TEST_F()
2214 const int32_t tex_height = 32; in TEST_F() local
2222 image_create_info.extent.height = tex_height; in TEST_F()
2289 const int32_t tex_height = 32; in TEST_F() local
2297 image_create_info.extent.height = tex_height; in TEST_F()
2355 const int32_t tex_height = 32; in TEST_F() local
2363 image_create_info.extent.height = tex_height; in TEST_F()
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c2746 LLVMValueRef tex_height = in lp_build_sample_soa_code() local
2750 tex_height, in lp_build_sample_soa_code()