Searched defs:tex_width (Results 1 - 6 of 6) sorted by relevance

/external/drm_hwcomposer/
H A Dglworker.cpp321 float tex_width = layer.buffer->width; local
323 DrmHwcRect<float> crop_rect(layer.source_crop.left / tex_width,
325 layer.source_crop.right / tex_width,
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1249 LLVMValueRef tex_width, tex_height, tex_depth; local
1296 tex_width = dynamic_state->width(dynamic_state, gallivm, unit);
1310 bld.int_size = tex_width;
1314 tex_width, LLVMConstInt(i32t, 0, 0), "");
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c106 VGint tex_width; member in struct:renderer::__anon14389::__anon14390
111 VGint tex_width; member in struct:renderer::__anon14389::__anon14391
121 VGint tex_width, tex_height; member in struct:renderer::__anon14389::__anon14393
533 VGint tex_width, VGint tex_height)
538 s0 = x0 / tex_width;
539 s1 = x1 / tex_width;
610 renderer->u.copy.tex_width = src->texture->width0;
632 renderer->u.copy.tex_width,
683 renderer->u.drawtex.tex_width = src->texture->width0;
705 renderer->u.drawtex.tex_width,
530 renderer_quad_texcoord(struct renderer *r, VGfloat x0, VGfloat y0, VGfloat x1, VGfloat y1, VGint tex_width, VGint tex_height) argument
[all...]
/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp598 const int32_t tex_width = 32; local
606 image_create_info.extent.width = tex_width;
680 // const int32_t tex_width = 32;
688 // .extent = { tex_width, tex_height, 1 },
752 const int32_t tex_width = 32; local
760 image_create_info.extent.width = tex_width;
1032 const int32_t tex_width = 32; local
1040 image_create_info.extent.width = tex_width;
1104 const int32_t tex_width = 32; local
1112 image_create_info.extent.width = tex_width;
2183 const int32_t tex_width = 32; local
3559 const int32_t tex_width = 32; local
6116 const int32_t tex_width = 32; local
6229 const int32_t tex_width = 32; local
6286 const int32_t tex_width = 32; local
7065 const int32_t tex_width = 32; local
[all...]
/external/vulkan-validation-layers/demos/
H A Dtri.c112 int32_t tex_width, tex_height; member in struct:texture_object
807 const int32_t tex_width = 2; local
812 tex_obj->tex_width = tex_width;
820 .extent = {tex_width, tex_height, 1},
877 for (x = 0; x < tex_width; x++)
953 .extent = {staging_texture.tex_width,
H A Dcube.c115 int32_t tex_width, tex_height; member in struct:texture_object
1061 int32_t tex_width; local
1066 if (!loadTexture(filename, NULL, NULL, &tex_width, &tex_height)) {
1072 tex_obj->tex_width = tex_width;
1080 .extent = {tex_width, tex_height, 1},
1133 if (!loadTexture(filename, data, &layout, &tex_width, &tex_height)) {
1206 .extent = {staging_texture.tex_width,

Completed in 5817 milliseconds