Home
last modified time | relevance | path

Searched refs:texdim (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_copy.c315 unsigned texdim, bool texisarray, bool is_ms, in panvk_meta_copy_img2img_shader() argument
323 texdim, texisarray ? "[]" : "", is_ms ? ",ms" : ""); in panvk_meta_copy_img2img_shader()
327 glsl_vector_type(GLSL_TYPE_FLOAT, texdim + texisarray), in panvk_meta_copy_img2img_shader()
339 switch (texdim) { in panvk_meta_copy_img2img_shader()
348 tex->coord_components = texdim + texisarray; in panvk_meta_copy_img2img_shader()
724 for (unsigned texdim = 1; texdim <= 3; texdim++) { in panvk_meta_copy_img2img_init() local
725 unsigned texdimidx = panvk_meta_copy_tex_type(texdim, false); in panvk_meta_copy_img2img_init()
729 if (texdim == 3 && is_ms) continue; in panvk_meta_copy_img2img_init()
737 texdim, false, is_ms, &shader_info); in panvk_meta_copy_img2img_init()
744 if (texdim == 3) in panvk_meta_copy_img2img_init()
[all …]
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c88 unsigned tile, texdim; in r300_texture_macro_switch() local
97 texdim = u_minify(tex->tex.width0, level); in r300_texture_macro_switch()
99 texdim = u_minify(tex->tex.height0, level); in r300_texture_macro_switch()
104 return texdim >= tile; in r300_texture_macro_switch()
106 return texdim > tile; in r300_texture_macro_switch()