/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/vert/ |
D | functions_nested.vert | 27 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/ |
D | functions_nested.vert | 14 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/ |
D | int.rs | 251 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/ |
D | EXT_subtexture.txt | 170 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>,
|
D | EXT_convolution.txt | 576 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
|
D | EXT_histogram.txt | 401 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
|
D | EXT_texture3D.txt | 375 1 BOOL swap_bytes 411 parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>, <skip_pixels>,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_subtexture.txt | 170 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>,
|
D | EXT_convolution.txt | 576 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
|
D | EXT_histogram.txt | 401 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
|
D | EXT_texture3D.txt | 375 1 BOOL swap_bytes 411 parameters <swap_bytes>, <lsb_first>, <row_length>, <skip_rows>, <skip_pixels>,
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_format.h | 59 unsigned bindings, bool swap_bytes, bool allow_dxt);
|
D | st_format.c | 1113 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/ |
D | SGIS_texture4D.txt | 161 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/ |
D | SGIS_texture4D.txt | 161 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/ |
D | SGI_color_table.txt | 381 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/ |
D | SGI_color_table.txt | 381 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/ |
D | protocol-esound.c | 307 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()
|