Searched refs:read2 (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/tests/ |
D | PremulAlphaRoundTripTest.cpp | 137 GrPixmap read2 = GrPixmap::Allocate(upmInfo); in DEF_TEST() local 138 GrConvertPixels(read2, surf2); in DEF_TEST() 150 SkDebugf(" <- : %08x\n", get_pixel(read2, x, y)); in DEF_TEST() 156 const uint32_t* pixels2 = (const uint32_t*) read2.addr(); in DEF_TEST() 198 SkBitmap read2; read2.allocPixels(upmInfo); in DEF_TEST() local 199 convert(read2, surf2); in DEF_TEST() 207 SkDebugf(" <- : %08x\n", *read2.getAddr32(x, y)); in DEF_TEST() 213 const uint32_t* pixels2 = read2.getAddr32(0, 0); in DEF_TEST()
|
/third_party/glslang/Test/baseResults/ |
D | spv.paramMemory.frag.out | 25 Name 38 "read2" 79 38(read2): 18(ptr) Variable Function 85 Store 38(read2) 40 92 53: 12(fvec4) Load 38(read2)
|
D | spv.paramMemory.420.frag.out | 28 Name 40 "read2" 91 40(read2): 18(ptr) Variable Function 104 Store 40(read2) 44 111 58: 12(fvec4) Load 40(read2)
|
/third_party/libfuse/test/ |
D | test_ctests.py | 67 read2 = fh.read() 69 assert read1 != read2 71 assert read1 == read2
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_roboswitch.c | 243 u16 read1[3], read2[3], addr_be16[3]; in wpa_driver_roboswitch_join() local 268 ROBO_ARLCTRL_ADDR_2, read2, 3) || in wpa_driver_roboswitch_join() 269 os_memcmp(read1, read2, 6) != 0) in wpa_driver_roboswitch_join() 274 ROBO_ARLCTRL_VEC_2, read2, 1) || in wpa_driver_roboswitch_join() 275 read1[0] != read2[0]) in wpa_driver_roboswitch_join()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_roboswitch.c | 243 u16 read1[3], read2[3], addr_be16[3]; in wpa_driver_roboswitch_join() local 268 ROBO_ARLCTRL_ADDR_2, read2, 3) || in wpa_driver_roboswitch_join() 269 os_memcmp(read1, read2, 6) != 0) in wpa_driver_roboswitch_join() 274 ROBO_ARLCTRL_VEC_2, read2, 1) || in wpa_driver_roboswitch_join() 275 read1[0] != read2[0]) in wpa_driver_roboswitch_join()
|
/third_party/glslang/Test/ |
D | spv.paramMemory.420.frag | 27 vec4 read2 = image_load(image2, in_coords); 30 image_store(image4, in_coords, read2*2.0);
|
D | spv.paramMemory.frag | 24 highp vec4 read2 = vec4(0.5); // = image_load(image2, in_coords); 27 image_store(image4, in_coords, read2*2.0);
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 4281 bool read2 = false; in lds_load_callback() local 4289 read2 = true; in lds_load_callback() 4299 read2 = true; in lds_load_callback() 4312 unsigned const_offset_unit = read2 ? size / 2u : 1u; in lds_load_callback() 4313 unsigned const_offset_range = read2 ? 255 * const_offset_unit : 65536; in lds_load_callback() 4326 if (read2) in lds_load_callback()
|
/third_party/skia/third_party/externals/libpng/ |
D | CHANGES | 730 Fixed "interlace" typo (should be "interlaced") in contrib/gregbook/read2-x.c
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | CHANGES | 730 Fixed "interlace" typo (should be "interlaced") in contrib/gregbook/read2-x.c
|