Searched refs:PIPE_FORMAT_R32_SNORM (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_format.c | 171 PIPE_FORMAT_R32_SNORM in zink_decompose_vertex_format() enumerator
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_format.h | 64 PIPE_FORMAT_R32_SNORM, enumerator
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_screen.c | 354 case PIPE_FORMAT_R32_SNORM: in vc4_screen_is_format_supported()
|
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_generic.c | 413 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/ |
D | lima_screen.c | 380 case PIPE_FORMAT_R32_SNORM: in lima_screen_is_format_supported()
|
/third_party/mesa3d/src/util/format/ |
D | u_format_tests.c | 829 …{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, …
|
D | u_format.c | 987 case PIPE_FORMAT_R32_SNORM: in util_format_snorm_to_sint()
|
D | u_format.csv | 325 PIPE_FORMAT_R32_SNORM , plain, 1, 1, 1, sn32, , , , x001, rgb
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_formats.c | 79 [PIPE_FORMAT_R32_SNORM] = ISL_FORMAT_R32_SNORM, in crocus_isl_format_for_pipe_format()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_screen.c | 587 case PIPE_FORMAT_R32_SNORM: in v3d_screen_is_format_supported()
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 1053 PIPE_FORMAT_R32_SNORM, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_vbuf.c | 224 { PIPE_FORMAT_R32_SNORM, PIPE_FORMAT_R32_FLOAT },
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_format.c | 423 [PIPE_FORMAT_R32_SNORM] = ISL_FORMAT_R32_SNORM, in isl_format_for_pipe_format()
|
/third_party/mesa3d/src/mesa/main/ |
D | varray.c | 382 PIPE_FORMAT_R32_SNORM,
|