Searched refs:PIPE_FORMAT_COUNT (Results 1 - 25 of 61) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dgfx10_format_table.h43 extern const struct gfx10_format gfx10_format_table[PIPE_FORMAT_COUNT];
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dagx_formats.h37 extern const struct agx_pixel_format_entry agx_pixel_format[PIPE_FORMAT_COUNT];
38 extern const enum agx_format agx_vertex_format[PIPE_FORMAT_COUNT];
H A Dagx_formats.c38 const struct agx_pixel_format_entry agx_pixel_format[PIPE_FORMAT_COUNT] = {
94 agx_vertex_format[PIPE_FORMAT_COUNT] = {
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_format.h52 extern const struct pan_blendable_format panfrost_blendable_formats_v6[PIPE_FORMAT_COUNT];
53 extern const struct pan_blendable_format panfrost_blendable_formats_v7[PIPE_FORMAT_COUNT];
54 extern const struct panfrost_format panfrost_pipe_format_v6[PIPE_FORMAT_COUNT];
55 extern const struct panfrost_format panfrost_pipe_format_v7[PIPE_FORMAT_COUNT];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/
H A Du_format_compatible_test.c41 for (src_format = 1; src_format < PIPE_FORMAT_COUNT; ++src_format) {
48 for (dst_format = 1; dst_format < PIPE_FORMAT_COUNT; ++dst_format) {
H A Dtranslate_test.c172 for (output_format = 1; output_format < PIPE_FORMAT_COUNT; ++output_format)
194 for (input_format = 1; input_format < PIPE_FORMAT_COUNT; ++input_format)
/xsrc/external/mit/MesaLib/dist/src/util/tests/format/
H A Du_format_compatible_test.c41 for (src_format = 1; src_format < PIPE_FORMAT_COUNT; ++src_format) {
48 for (dst_format = 1; dst_format < PIPE_FORMAT_COUNT; ++dst_format) {
H A Dsrgb.c10 for (enum pipe_format format = 0; format < PIPE_FORMAT_COUNT; format++)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_format_test.c8 for (int i = 0; i < PIPE_FORMAT_COUNT; ++i) {
H A Dzink_screen.h165 VkFormatProperties format_props[PIPE_FORMAT_COUNT];
166 struct zink_modifier_prop modifier_props[PIPE_FORMAT_COUNT];
H A Dzink_format.c4 static const VkFormat formats[PIPE_FORMAT_COUNT] = {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_vbuf.h47 enum pipe_format format_translation[PIPE_FORMAT_COUNT];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vbuf.h46 enum pipe_format format_translation[PIPE_FORMAT_COUNT];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_format.c68 nv30_format_info_table[PIPE_FORMAT_COUNT] = {
140 nv30_format_table[PIPE_FORMAT_COUNT] = {
157 nv30_vtxfmt_table[PIPE_FORMAT_COUNT] = {
213 nv30_texfmt_table[PIPE_FORMAT_COUNT] = {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_format.c68 nv30_format_info_table[PIPE_FORMAT_COUNT] = {
140 nv30_format_table[PIPE_FORMAT_COUNT] = {
157 nv30_vtxfmt_table[PIPE_FORMAT_COUNT] = {
213 nv30_texfmt_table[PIPE_FORMAT_COUNT] = {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_formats.c40 static const enum isl_format table[PIPE_FORMAT_COUNT] = {
41 [0 ... PIPE_FORMAT_COUNT-1] = ISL_FORMAT_UNSUPPORTED,
319 assert(pf < PIPE_FORMAT_COUNT);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_formats.c40 static const enum isl_format table[PIPE_FORMAT_COUNT] = {
41 [0 ... PIPE_FORMAT_COUNT-1] = ISL_FORMAT_UNSUPPORTED,
299 assert(pf < PIPE_FORMAT_COUNT);
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/
H A Dtranslate_test.c173 for (output_format = 1; output_format < PIPE_FORMAT_COUNT; ++output_format)
198 for (input_format = 1; input_format < PIPE_FORMAT_COUNT; ++input_format)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_format.h410 PIPE_FORMAT_COUNT enumerator in enum:pipe_format
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_format.c31 static const DXGI_FORMAT formats[PIPE_FORMAT_COUNT] = {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c904 static const uint8_t nve4_su_format_map[PIPE_FORMAT_COUNT];
905 static const uint16_t nve4_su_format_aux_map[PIPE_FORMAT_COUNT];
906 static const uint16_t nve4_suldp_lib_offset[PIPE_FORMAT_COUNT];
1508 static const uint8_t nve4_su_format_map[PIPE_FORMAT_COUNT] =
1555 static const uint16_t nve4_su_format_aux_map[PIPE_FORMAT_COUNT] =
1610 static const uint16_t nve4_suldp_lib_offset[PIPE_FORMAT_COUNT] =
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c902 static const uint8_t nve4_su_format_map[PIPE_FORMAT_COUNT];
903 static const uint16_t nve4_su_format_aux_map[PIPE_FORMAT_COUNT];
904 static const uint16_t nve4_suldp_lib_offset[PIPE_FORMAT_COUNT];
1529 static const uint8_t nve4_su_format_map[PIPE_FORMAT_COUNT] =
1576 static const uint16_t nve4_su_format_aux_map[PIPE_FORMAT_COUNT] =
1631 static const uint16_t nve4_suldp_lib_offset[PIPE_FORMAT_COUNT] =
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c368 for (format = 1; format < PIPE_FORMAT_COUNT; ++format) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c368 for (format = 1; format < PIPE_FORMAT_COUNT; ++format) {
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_format.h522 PIPE_FORMAT_COUNT enumerator in enum:pipe_format

Completed in 18 milliseconds

123