Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Drenderer.c107 VGint tex_height; member
112 VGint tex_height; member
121 VGint tex_width, tex_height; member
533 VGint tex_width, VGint tex_height) in renderer_quad_texcoord() argument
540 t0 = y0 / tex_height; in renderer_quad_texcoord()
541 t1 = y1 / tex_height; in renderer_quad_texcoord()
611 renderer->u.copy.tex_height = src->texture->height0; in renderer_copy_begin()
633 renderer->u.copy.tex_height); in renderer_copy()
684 renderer->u.drawtex.tex_height = src->texture->height0; in renderer_drawtex_begin()
706 renderer->u.drawtex.tex_height); in renderer_drawtex()
[all …]
/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/tests/
Dlayer_validation_tests.cpp599 const int32_t tex_height = 32; in TEST_F() local
607 image_create_info.extent.height = tex_height; in TEST_F()
753 const int32_t tex_height = 32; in TEST_F() local
761 image_create_info.extent.height = tex_height; in TEST_F()
1033 const int32_t tex_height = 32; in TEST_F() local
1041 image_create_info.extent.height = tex_height; in TEST_F()
1105 const int32_t tex_height = 32; in TEST_F() local
1113 image_create_info.extent.height = tex_height; in TEST_F()
2184 const int32_t tex_height = 32; in TEST_F() local
2191 image_create_info.extent.height = tex_height; in TEST_F()
[all …]
/external/vulkan-validation-layers/demos/
Dcube.c115 int32_t tex_width, tex_height; member
1062 int32_t tex_height; in demo_prepare_texture_image() local
1066 if (!loadTexture(filename, NULL, NULL, &tex_width, &tex_height)) { in demo_prepare_texture_image()
1073 tex_obj->tex_height = tex_height; 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()
1207 staging_texture.tex_height, 1}, in demo_prepare_textures()
Dtri.c112 int32_t tex_width, tex_height; member
808 const int32_t tex_height = 2; in demo_prepare_texture_image() local
813 tex_obj->tex_height = tex_height; in demo_prepare_texture_image()
820 .extent = {tex_width, tex_height, 1}, in demo_prepare_texture_image()
875 for (y = 0; y < tex_height; y++) { in demo_prepare_texture_image()
954 staging_texture.tex_height, 1}, 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
1297 tex_height = dynamic_state->height(dynamic_state, gallivm, unit); in lp_build_sample_soa()
1317 tex_height, LLVMConstInt(i32t, 1, 0), ""); in lp_build_sample_soa()