Home
last modified time | relevance | path

Searched refs:swap_bytes (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/vert/
Dfunctions_nested.vert27 int swap_bytes;
55 result[n] = get_bits(tmp, desc.swap_bytes);
63 result[n] = uintBitsToFloat(get_bits(tmp, desc.swap_bytes));
68 reverse_order = (desc.swap_bytes != 0);
84 result.swap_bytes = (attribute_flags >> 8) & 0x1;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/vert/
Dfunctions_nested.vert14 int swap_bytes;
53 result.swap_bytes = (attribute_flags >> 8) & 1;
92 int param_1 = desc.swap_bytes;
111 int param_3 = desc.swap_bytes;
120 reverse_order = desc.swap_bytes != 0;
/third_party/rust/crates/num-traits/src/
Dint.rs251 fn swap_bytes(self) -> Self; in swap_bytes() method
387 let mut ret = i.swap_bytes(); in reverse_bits_fallback()
460 fn swap_bytes(self) -> Self {
461 <$T>::swap_bytes(self)
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_subtexture.txt170 1 BOOL swap_bytes
200 Specification, "Pixel Data", using the parameters <swap_bytes>, <lsb_first>,
208 1 BOOL swap_bytes
237 Specification, "Pixel Data", using the parameters <swap_bytes>, <lsb_first>,
245 1 BOOL swap_bytes
284 parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>, <skip_pixels>,
DEXT_convolution.txt576 1 BOOL swap_bytes
601 the parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>,
608 1 BOOL swap_bytes
633 Specification, "Pixel Data", using the parameters <swap_bytes>,
640 1 BOOL swap_bytes
667 "Pixel Data", using the parameters <swap_bytes>, <lsb_first>,
745 1 BOOL swap_bytes
763 <swap_bytes>, <format>, and <type>. No extra padding is needed after
776 1 BOOL swap_bytes
794 <swap_bytes>, <format>, and <type>. No extra padding is needed after
DEXT_histogram.txt401 1 BOOL swap_bytes
415 using the parameters <swap_bytes>, <format>, and <type>. No
489 1 BOOL swap_bytes
503 using the parameters <swap_bytes>, <format>, and <type>. No
DEXT_texture3D.txt375 1 BOOL swap_bytes
411 parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>, <skip_pixels>,
/third_party/openGLES/extensions/EXT/
DEXT_subtexture.txt170 1 BOOL swap_bytes
200 Specification, "Pixel Data", using the parameters <swap_bytes>, <lsb_first>,
208 1 BOOL swap_bytes
237 Specification, "Pixel Data", using the parameters <swap_bytes>, <lsb_first>,
245 1 BOOL swap_bytes
284 parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>, <skip_pixels>,
DEXT_convolution.txt576 1 BOOL swap_bytes
601 the parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>,
608 1 BOOL swap_bytes
633 Specification, "Pixel Data", using the parameters <swap_bytes>,
640 1 BOOL swap_bytes
667 "Pixel Data", using the parameters <swap_bytes>, <lsb_first>,
745 1 BOOL swap_bytes
763 <swap_bytes>, <format>, and <type>. No extra padding is needed after
776 1 BOOL swap_bytes
794 <swap_bytes>, <format>, and <type>. No extra padding is needed after
DEXT_histogram.txt401 1 BOOL swap_bytes
415 using the parameters <swap_bytes>, <format>, and <type>. No
489 1 BOOL swap_bytes
503 using the parameters <swap_bytes>, <format>, and <type>. No
DEXT_texture3D.txt375 1 BOOL swap_bytes
411 parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>, <skip_pixels>,
/third_party/mesa3d/src/mesa/state_tracker/
Dst_format.h59 unsigned bindings, bool swap_bytes, bool allow_dxt);
Dst_format.c1113 unsigned bindings, bool swap_bytes, bool allow_dxt) in st_choose_format() argument
1134 swap_bytes); in st_choose_format()
/third_party/openGLES/extensions/SGIS/
DSGIS_texture4D.txt161 1 BOOL swap_bytes
197 parameters <image_height>, <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>,
211 1 BOOL swap_bytes
249 depth and the parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>,
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_texture4D.txt161 1 BOOL swap_bytes
197 parameters <image_height>, <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>,
211 1 BOOL swap_bytes
249 depth and the parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>,
/third_party/openGLES/extensions/SGI/
DSGI_color_table.txt381 1 BOOL swap_bytes
405 the parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>,
471 1 BOOL swap_bytes
489 <swap_bytes>, <format>, and <type>. No extra padding is needed after
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DSGI_color_table.txt381 1 BOOL swap_bytes
405 the parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>,
471 1 BOOL swap_bytes
489 <swap_bytes>, <format>, and <type>. No extra padding is needed after
/third_party/pulseaudio/src/pulsecore/
Dprotocol-esound.c307 static void format_esd2native(int format, bool swap_bytes, pa_sample_spec *ss) { in format_esd2native() argument
312 ss->format = swap_bytes ? PA_SAMPLE_S16RE : PA_SAMPLE_S16NE; in format_esd2native()