Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Dglworker.cpp318 float tex_height = layer.buffer->height; in ConstructCommand() local
320 layer.source_crop.top / tex_height, in ConstructCommand()
322 layer.source_crop.bottom / tex_height); in ConstructCommand()
/external/vulkan-validation-layers/demos/
Dcube.cpp88 int32_t tex_height{0}; member
2016 int32_t tex_height; in prepare_texture_image() local
2017 if (!loadTexture(filename, nullptr, nullptr, &tex_width, &tex_height)) { in prepare_texture_image()
2022 tex_obj->tex_height = tex_height; in prepare_texture_image()
2027 … .setExtent({(uint32_t)tex_width, (uint32_t)tex_height, 1}) in prepare_texture_image()
2065 if (!loadTexture(filename, (uint8_t *)data.value, &layout, &tex_width, &tex_height)) { in prepare_texture_image()
2122 … .setExtent({(uint32_t)staging_texture.tex_width, (uint32_t)staging_texture.tex_height, 1}); in prepare_textures()
Dcube.c168 int32_t tex_width, tex_height; member
1524 int32_t tex_height; in demo_prepare_texture_image() local
1528 if (!loadTexture(filename, NULL, NULL, &tex_width, &tex_height)) { in demo_prepare_texture_image()
1533 tex_obj->tex_height = tex_height; in demo_prepare_texture_image()
1540 .extent = {tex_width, tex_height, 1}, in demo_prepare_texture_image()
1593 if (!loadTexture(filename, data, &layout, &tex_width, &tex_height)) { in demo_prepare_texture_image()
1674 demo->staging_texture.tex_height, 1}, in demo_prepare_textures()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp2166 const int32_t tex_height = 32; in TEST_F() local
2174 image_create_info.extent.height = tex_height; in TEST_F()
2237 const int32_t tex_height = 32; in TEST_F() local
2245 image_create_info.extent.height = tex_height; in TEST_F()
2588 const int32_t tex_height = 32; in TEST_F() local
2596 image_create_info.extent.height = tex_height; in TEST_F()
2656 const int32_t tex_height = 256; in TEST_F() local
2664 image_create_info.extent.height = tex_height; in TEST_F()
3010 const int32_t tex_height = 32; in TEST_F() local
3018 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()