Home
last modified time | relevance | path

Searched refs:PIPE_FORMAT_R32_SNORM (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_format.c171 PIPE_FORMAT_R32_SNORM in zink_decompose_vertex_format() enumerator
/third_party/mesa3d/src/gallium/include/pipe/
Dp_format.h64 PIPE_FORMAT_R32_SNORM, enumerator
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.c354 case PIPE_FORMAT_R32_SNORM: in vc4_screen_is_format_supported()
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_generic.c413 case PIPE_FORMAT_R32_SNORM: in get_emit_func()
883 case PIPE_FORMAT_R32_SNORM: return TRUE; in translate_generic_is_output_format_supported()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_screen.c380 case PIPE_FORMAT_R32_SNORM: in lima_screen_is_format_supported()
/third_party/mesa3d/src/util/format/
Du_format_tests.c829 …{PIPE_FORMAT_R32_SNORM, PACKED_1x32(0xffffffff), PACKED_1x32(0x00000000), UNPACKED_1x1( 0.0, …
830 …{PIPE_FORMAT_R32_SNORM, PACKED_1x32(0xffffffff), PACKED_1x32(0x7fffffff), UNPACKED_1x1( 1.0, …
831 …{PIPE_FORMAT_R32_SNORM, PACKED_1x32(0xffffffff), PACKED_1x32(0x80000001), UNPACKED_1x1( -1.0, …
Du_format.c987 case PIPE_FORMAT_R32_SNORM: in util_format_snorm_to_sint()
Du_format.csv325 PIPE_FORMAT_R32_SNORM , plain, 1, 1, 1, sn32, , , , x001, rgb
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_formats.c79 [PIPE_FORMAT_R32_SNORM] = ISL_FORMAT_R32_SNORM, in crocus_isl_format_for_pipe_format()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c587 case PIPE_FORMAT_R32_SNORM: in v3d_screen_is_format_supported()
/third_party/mesa3d/src/gallium/tests/trivial/
Dcompute.c1053 PIPE_FORMAT_R32_SNORM, enumerator
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c224 { PIPE_FORMAT_R32_SNORM, PIPE_FORMAT_R32_FLOAT },
/third_party/mesa3d/src/intel/isl/
Disl_format.c423 [PIPE_FORMAT_R32_SNORM] = ISL_FORMAT_R32_SNORM, in isl_format_for_pipe_format()
/third_party/mesa3d/src/mesa/main/
Dvarray.c382 PIPE_FORMAT_R32_SNORM,