Searched defs:img_type (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_fmask_expand.c34 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_MS, true, GLSL_TYPE_FLOAT); local in function:build_fmask_expand_compute_shader
H A Dradv_meta_decompress.c39 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_2D, false, GLSL_TYPE_FLOAT); local in function:build_expand_depth_stencil_compute_shader
H A Dradv_meta_fast_clear.c40 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_2D, false, GLSL_TYPE_FLOAT); local in function:build_dcc_decompress_compute_shader
H A Dradv_meta_resolve_cs.c66 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_2D, false, GLSL_TYPE_FLOAT); local in function:build_resolve_compute_shader
137 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_2D, true, GLSL_TYPE_FLOAT); local in function:build_depth_stencil_resolve_compute_shader
H A Dradv_meta_bufimage.c40 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_BUF, false, GLSL_TYPE_FLOAT); local in function:build_nir_itob_compute_shader
222 const struct glsl_type *img_type = glsl_image_type(dim, false, GLSL_TYPE_FLOAT); local in function:build_nir_btoi_compute_shader
402 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_BUF, false, GLSL_TYPE_FLOAT); local in function:build_nir_btoi_r32g32b32_compute_shader
556 const struct glsl_type *img_type = glsl_image_type(dim, false, GLSL_TYPE_FLOAT); local in function:build_nir_itoi_compute_shader
756 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_BUF, false, GLSL_TYPE_FLOAT); local in function:build_nir_itoi_r32g32b32_compute_shader
916 const struct glsl_type *img_type = glsl_image_type(dim, false, GLSL_TYPE_FLOAT); local in function:build_nir_cleari_compute_shader
1074 const struct glsl_type *img_type = glsl_image_type(GLSL_SAMPLER_DIM_BUF, false, GLSL_TYPE_FL local in function:build_nir_cleari_r32g32b32_compute_shader
[all...]
H A Dradv_meta_clear.c1156 const struct glsl_type *img_type = glsl_image_type(dim, true, GLSL_TYPE_FLOAT); local in function:build_clear_dcc_comp_to_single_shader
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_fast_clear.c40 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, local in function:build_dcc_decompress_compute_shader
H A Dradv_meta_resolve_cs.c76 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_2D, local in function:build_resolve_compute_shader
H A Dradv_meta_bufimage.c44 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, local in function:build_nir_itob_compute_shader
273 const struct glsl_type *img_type = glsl_sampler_type(dim, local in function:build_nir_btoi_compute_shader
495 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, local in function:build_nir_btoi_r32g32b32_compute_shader
703 const struct glsl_type *img_type = glsl_sampler_type(dim, local in function:build_nir_itoi_compute_shader
1127 const struct glsl_type *img_type = glsl_sampler_type(dim, local in function:build_nir_cleari_compute_shader
1319 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, local in function:build_nir_cleari_r32g32b32_compute_shader
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dgl_API.dtd64 img_type NMTOKEN #IMPLIED attribute
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_API.dtd66 img_type NMTOKEN #IMPLIED attribute
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c2620 SpvId img_type = var->data.bindless ? get_bare_image_type(ctx, var, false) : ctx->image_types[var->data.driver_location]; local in function:emit_image_deref_store
2641 SpvId img_type = var->data.bindless ? get_bare_image_type(ctx, var, false) : ctx->image_types[var->data.driver_location]; local in function:emit_image_deref_load
2659 SpvId img_type = var->data.bindless ? get_bare_image_type(ctx, var, false) : ctx->image_types[var->data.driver_location]; local in function:emit_image_deref_size
2672 SpvId img_type = var->data.bindless ? get_bare_image_type(ctx, var, false) : ctx->image_types[var->data.driver_location]; local in function:emit_image_deref_samples

Completed in 25 milliseconds