Searched refs:texdim (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_meta_copy.c | 315 unsigned texdim, bool texisarray, bool is_ms, in panvk_meta_copy_img2img_shader() 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() 725 unsigned texdimidx = panvk_meta_copy_tex_type(texdim, false); in panvk_meta_copy_img2img_init() 729 if (texdim in panvk_meta_copy_img2img_init() 311 panvk_meta_copy_img2img_shader(struct panfrost_device *pdev, struct pan_pool *bin_pool, enum pipe_format srcfmt, enum pipe_format dstfmt, unsigned dstmask, unsigned texdim, bool texisarray, bool is_ms, struct pan_shader_info *shader_info) panvk_meta_copy_img2img_shader() argument 1241 panvk_meta_copy_img2buf_shader(struct panfrost_device *pdev, struct pan_pool *bin_pool, struct panvk_meta_copy_format_info key, unsigned texdim, unsigned texisarray, struct pan_shader_info *shader_info) panvk_meta_copy_img2buf_shader() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_texture_desc.c | 88 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()
|
Completed in 4 milliseconds