Searched refs:buf_type (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/exynos/
H A Dexynos_fimg2d_test.c291 src_img.buf_type = type;
301 dst_img.buf_type = G2D_IMGBUF_GEM;
384 img.buf_type = G2D_IMGBUF_GEM;
394 tmp_img.buf_type = type;
497 src_img.buf_type = type;
511 dst_img.buf_type = G2D_IMGBUF_GEM;
587 src_img.buf_type = type;
603 dst_img.buf_type = G2D_IMGBUF_GEM;
687 src_img.buf_type = type;
693 dst_img.buf_type
[all...]
H A Dexynos_fimg2d_perf.c52 img.buf_type = G2D_IMGBUF_GEM;
137 images[i].buf_type = G2D_IMGBUF_GEM;
H A Dexynos_fimg2d_event.c305 img.buf_type = G2D_IMGBUF_GEM;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_dcc_retile.c34 const struct glsl_type *buf_type = glsl_image_type(dim, false, GLSL_TYPE_UINT); local in function:build_dcc_retile_compute_shader
48 nir_variable *input_dcc = nir_variable_create(b.shader, nir_var_uniform, buf_type, "dcc_in");
51 nir_variable *output_dcc = nir_variable_create(b.shader, nir_var_uniform, buf_type, "dcc_out");
H A Dradv_meta_bufimage.c220 const struct glsl_type *buf_type = local in function:build_nir_btoi_compute_shader
228 nir_variable *input_img = nir_variable_create(b.shader, nir_var_uniform, buf_type, "s_tex");
400 const struct glsl_type *buf_type = local in function:build_nir_btoi_r32g32b32_compute_shader
408 nir_variable *input_img = nir_variable_create(b.shader, nir_var_uniform, buf_type, "s_tex");
555 const struct glsl_type *buf_type = glsl_sampler_type(dim, false, false, GLSL_TYPE_FLOAT); local in function:build_nir_itoi_compute_shader
562 nir_variable *input_img = nir_variable_create(b.shader, nir_var_uniform, buf_type, "s_tex");
/xsrc/external/mit/libdrm/dist/exynos/
H A Dexynos_fimg2d.h296 enum e_g2d_buf_type buf_type; member in struct:g2d_image
H A Dexynos_fimg2d.c283 if (img->buf_type == G2D_IMGBUF_USERPTR)
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_bufimage.c269 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, local in function:build_nir_btoi_compute_shader
283 buf_type, "s_tex");
491 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, local in function:build_nir_btoi_r32g32b32_compute_shader
505 buf_type, "s_tex");
699 const struct glsl_type *buf_type = glsl_sampler_type(dim, local in function:build_nir_itoi_compute_shader
713 buf_type, "s_tex");
H A Dradv_meta_fast_clear.c36 const struct glsl_type *buf_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, local in function:build_dcc_decompress_compute_shader
52 buf_type, "s_tex");

Completed in 14 milliseconds