Searched refs:img_type (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A DglX_proto_common.py62 compsize = '__glImageSize(%s, %s, %s, %s, %s, %s)' % (w, h, d, param.img_format, param.img_type, param.img_target)
H A DglX_proto_send.py576 print(' gc->fillImage(gc, %s, %s, %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPtr, pixHeaderPtr))
581 print('__glXSendLargeImage(gc, compsize, %s, %s, %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPtr, pixHeaderPtr))
616 if p.is_image() and (p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP"):
698 if p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP":
731 print(' __glEmptyImage(gc, 3, %s, %s, %s, %s, %s, %s_data(reply), %s);' % (w, h, d, output.img_format, output.img_type, xcb_name, output.name))
770 if img.img_format != "GL_COLOR_INDEX" or img.img_type != "GL_BITMAP":
791 print(" __glXReadPixelReply(dpy, gc, %u, 0, 0, 0, %s, %s, %s, GL_TRUE);" % (dim, p.img_format, p.img_type, p.name))
793 print(" __glXReadPixelReply(dpy, gc, %u, %s, %s, %s, %s, %s, %s, GL_FALSE);" % (dim, w, h, d, p.img_format, p.img_type, p.name))
H A DglX_proto_size.py568 if p.name in [w, h, d, img.img_format, img.img_type, img.img_target]:
582 print(' return __glXImageSize(%s, %s, %s, %s, %s, %s,' % (img.img_format, img.img_type, img.img_target, w, h, d ))
H A Dgl_API.dtd64 img_type NMTOKEN #IMPLIED attribute
112 img_type - name of parameter used as the pixel data type.
H A DglX_proto_recv.py503 if not (img.img_type == "GL_BITMAP" and img.img_format == "GL_COLOR_INDEX"):
H A Dgl_XML.py465 self.img_type = element.get('img_type')
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A DglX_proto_common.py60 compsize = '__glImageSize(%s, %s, %s, %s, %s, %s)' % (w, h, d, param.img_format, param.img_type, param.img_target)
H A DglX_proto_send.py572 print(' __glFillImage(gc, %s, %s, %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPtr, pixHeaderPtr))
577 print('__glXSendLargeImage(gc, compsize, %s, %s, %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type, param.name, pcPtr, pixHeaderPtr))
612 if p.is_image() and (p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP"):
694 if p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP":
727 print(' __glEmptyImage(gc, 3, %s, %s, %s, %s, %s, %s_data(reply), %s);' % (w, h, d, output.img_format, output.img_type, xcb_name, output.name))
766 if img.img_format != "GL_COLOR_INDEX" or img.img_type != "GL_BITMAP":
787 print(" __glXReadPixelReply(dpy, gc, %u, 0, 0, 0, %s, %s, %s, GL_TRUE);" % (dim, p.img_format, p.img_type, p.name))
789 print(" __glXReadPixelReply(dpy, gc, %u, %s, %s, %s, %s, %s, %s, GL_FALSE);" % (dim, w, h, d, p.img_format, p.img_type, p.name))
H A DglX_proto_size.py566 if p.name in [w, h, d, img.img_format, img.img_type, img.img_target]:
580 print(' return __glXImageSize(%s, %s, %s, %s, %s, %s,' % (img.img_format, img.img_type, img.img_target, w, h, d ))
H A Dgl_API.dtd66 img_type NMTOKEN #IMPLIED attribute
114 img_type - name of parameter used as the pixel data type.
H A DglX_proto_recv.py503 if not (img.img_type == "GL_BITMAP" and img.img_format == "GL_COLOR_INDEX"):
H A Dgl_XML.py464 self.img_type = element.get('img_type')
/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
46 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img");
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
50 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img");
222 const struct glsl_type *img_type = glsl_image_type(dim, false, GLSL_TYPE_FLOAT); local in function:build_nir_btoi_compute_shader
232 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img");
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
412 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img");
556 const struct glsl_type *img_type = glsl_image_type(dim, false, GLSL_TYPE_FLOAT); local in function:build_nir_itoi_compute_shader
566 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img");
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
767 nir_variable_create(b.shader, nir_var_uniform, img_type, "output_im
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_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
78 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img");
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
150 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img");
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
48 nir_variable *input_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "in_img");
52 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img");
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
49 nir_variable *input_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "in_img");
53 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img");
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
1178 nir_variable *output_img = nir_variable_create(b.shader, nir_var_uniform, img_type, "out_img");
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
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
59 img_type, "out_img");
273 const struct glsl_type *img_type = glsl_sampler_type(dim, local in function:build_nir_btoi_compute_shader
288 img_type, "out_img");
495 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, local in function:build_nir_btoi_r32g32b32_compute_shader
510 img_type, "out_img");
703 const struct glsl_type *img_type = glsl_sampler_type(dim, local in function:build_nir_itoi_compute_shader
718 img_type, "out_img");
1127 const struct glsl_type *img_type = glsl_sampler_type(dim, local in function:build_nir_cleari_compute_shader
1138 img_type, "out_im
1319 const struct glsl_type *img_type = glsl_sampler_type(GLSL_SAMPLER_DIM_BUF, local in function:build_nir_cleari_r32g32b32_compute_shader
[all...]
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
93 img_type, "out_img");
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
57 img_type, "out_img");
/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
2623 SpvId img = spirv_builder_emit_load(&ctx->builder, img_type, img_var);
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
2644 SpvId img = spirv_builder_emit_load(&ctx->builder, img_type, img_var);
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
2661 SpvId img = spirv_builder_emit_load(&ctx->builder, img_type, img_var);
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
2673 SpvId img = spirv_builder_emit_load(&ctx->builder, img_type, img_var);

Completed in 54 milliseconds