| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | glX_proto_common.py | 62 compsize = '__glImageSize(%s, %s, %s, %s, %s, %s)' % (w, h, d, param.img_format, param.img_type, param.img_target)
|
| H A D | glX_proto_send.py | 576 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 D | glX_proto_size.py | 568 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 D | gl_API.dtd | 64 img_type NMTOKEN #IMPLIED attribute 112 img_type - name of parameter used as the pixel data type.
|
| H A D | glX_proto_recv.py | 503 if not (img.img_type == "GL_BITMAP" and img.img_format == "GL_COLOR_INDEX"):
|
| H A D | gl_XML.py | 465 self.img_type = element.get('img_type')
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | glX_proto_common.py | 60 compsize = '__glImageSize(%s, %s, %s, %s, %s, %s)' % (w, h, d, param.img_format, param.img_type, param.img_target)
|
| H A D | glX_proto_send.py | 572 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 D | glX_proto_size.py | 566 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 D | gl_API.dtd | 66 img_type NMTOKEN #IMPLIED attribute 114 img_type - name of parameter used as the pixel data type.
|
| H A D | glX_proto_recv.py | 503 if not (img.img_type == "GL_BITMAP" and img.img_format == "GL_COLOR_INDEX"):
|
| H A D | gl_XML.py | 464 self.img_type = element.get('img_type')
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_fmask_expand.c | 34 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 D | radv_meta_bufimage.c | 40 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 D | radv_meta_resolve_cs.c | 66 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 D | radv_meta_decompress.c | 39 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 D | radv_meta_fast_clear.c | 40 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 D | radv_meta_clear.c | 1156 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 D | radv_meta_bufimage.c | 44 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 D | radv_meta_resolve_cs.c | 76 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 D | radv_meta_fast_clear.c | 40 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 D | nir_to_spirv.c | 2620 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);
|