Home
last modified time | relevance | path

Searched refs:img_format (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dgfx10_format_table.py44 return Object(img_format=hw_enum, flags=[])
135 self.img_format = enum_entry.name[13:]
138 code = self.img_format.split('_')
252 img_format=gfx10_fmt.img_format,
267 args = obj.img_format
Dgfx10_format_table.h36 unsigned img_format : 9; member
/third_party/mesa3d/src/mapi/glapi/gen/
DglX_proto_send.py572 … %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type,…
577 … %s, %s, %s, %s, %s, %s, %s);' % (dim_str, width, height, depth, param.img_format, param.img_type,…
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 …ge(gc, 3, %s, %s, %s, %s, %s, %s_data(reply), %s);' % (w, h, d, output.img_format, output.img_type…
766 if img.img_format != "GL_COLOR_INDEX" or img.img_type != "GL_BITMAP":
787 …XReadPixelReply(dpy, gc, %u, 0, 0, 0, %s, %s, %s, GL_TRUE);" % (dim, p.img_format, p.img_type, p.n…
789 …ly(dpy, gc, %u, %s, %s, %s, %s, %s, %s, GL_FALSE);" % (dim, w, h, d, p.img_format, p.img_type, p.n…
DglX_proto_common.py60 …compsize = '__glImageSize(%s, %s, %s, %s, %s, %s)' % (w, h, d, param.img_format, param.img_type, p…
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…
Dgl_API.dtd66 img_format NMTOKEN #IMPLIED attribute
114 img_format - name of parameter used as the pixel data format.
DglX_proto_recv.py503 if not (img.img_type == "GL_BITMAP" and img.img_format == "GL_COLOR_INDEX"):
Dgl_XML.py463 self.img_format = element.get('img_format')
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaallocator.c910 GstVideoFormat img_format; member
1063 if (va_allocator->surface_format == va_allocator->img_format) { in _update_image_info()
1074 if (!va_create_image (va_allocator->display, va_allocator->img_format, in _update_image_info()
1481 self->img_format = GST_VIDEO_INFO_FORMAT (&self->info); in gst_va_allocator_try()
1484 gst_va_video_surface_format_from_image_format (self->img_format, in gst_va_allocator_try()
1489 self->rt_format = gst_va_chroma_from_video_format (self->img_format); in gst_va_allocator_try()
1497 gst_video_format_to_string (self->img_format)); in gst_va_allocator_try()
1511 gst_video_format_to_string (self->img_format), in gst_va_allocator_try()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2220 if (!fmt->img_format || fmt->buffers_only) in si_is_sampler_format_supported()
2371 if (!fmt->img_format || fmt->img_format >= 128) in si_is_vertex_format_supported()
3958 state[7] |= S_008F0C_FORMAT(fmt->img_format) | in si_make_buffer_descriptor()
4013 unsigned img_format; in gfx10_make_texture_descriptor() local
4019 img_format = ac_get_gfx10_format_table(&screen->info)[pipe_format].img_format; in gfx10_make_texture_descriptor()
4050 assert(img_format == V_008F0C_GFX11_FORMAT_32_FLOAT); in gfx10_make_texture_descriptor()
4051 img_format = V_008F0C_GFX11_FORMAT_32_FLOAT_CLAMP; in gfx10_make_texture_descriptor()
4053 assert(img_format == V_008F0C_GFX10_FORMAT_32_FLOAT); in gfx10_make_texture_descriptor()
4054 img_format = V_008F0C_GFX10_FORMAT_32_FLOAT_CLAMP; in gfx10_make_texture_descriptor()
4080 state[1] = S_00A004_FORMAT(img_format) | S_00A004_WIDTH_LO(width - 1); in gfx10_make_texture_descriptor()
[all …]
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c404 enum isl_format img_format = image->planes[plane].primary_surface.isl.format; in can_fast_clear_with_non_zero_color() local
414 if (!isl_formats_have_same_bits_per_channel(img_format, view_format)) in can_fast_clear_with_non_zero_color()
421 if (isl_format_has_float_channel(img_format) && in can_fast_clear_with_non_zero_color()
425 if (isl_format_has_int_channel(img_format) && in can_fast_clear_with_non_zero_color()
429 if (isl_format_has_unorm_channel(img_format) && in can_fast_clear_with_non_zero_color()
433 if (isl_format_has_snorm_channel(img_format) && in can_fast_clear_with_non_zero_color()
/third_party/mesa3d/src/amd/compiler/
Daco_assembler.cpp414 uint32_t img_format = ac_get_tbuffer_format(ctx.gfx_level, mtbuf.dfmt, mtbuf.nfmt); in emit_instruction() local
416 assert(img_format <= 0x7F); in emit_instruction()
423 encoding |= (img_format << 19); /* Handles both the GFX10 FORMAT and the old NFMT+DFMT */ in emit_instruction()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c752 state[3] |= S_008F0C_FORMAT(fmt->img_format) | in radv_make_buffer_descriptor()
964 unsigned img_format; in gfx10_make_texture_descriptor() local
980img_format = ac_get_gfx10_format_table(&device->physical_device->rad_info)[vk_format_to_pipe_forma… in gfx10_make_texture_descriptor()
1003 S_00A004_FORMAT(img_format) | in gfx10_make_texture_descriptor()