Searched refs:byte0 (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | ppm.cc | 27 uint8_t byte0(uint32_t word) { in byte0() function 63 buffer->push_back(byte0(pixel)); // B in ConvertToPPM()
|
H A D | png.cc | 31 unsigned char byte0(uint32_t word) { in byte0() function 64 data.push_back(byte0(pixel)); // B in ConvertToPNG()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_sdwa.cpp | 170 //~gfx[^7].*! @standard_test(0,byte0) 200 //~gfx[^7]_unsigned! @standard_test(6,byte0) 287 Temp byte0 = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::zero(), Operand::c32(8u), variable 289 Temp neg_byte0 = fneg(byte0); 304 Temp abs_byte0 = fabs(byte0);
|
/third_party/backends/backend/ |
H A D | hs2p-scsi.h | 1160 SANE_Byte byte0; /* 7-4:Reserved; 3:White mode; 2:Reserved; 1-0: Gamma Table Select */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.cc | 2045 ((or3 & 0xffffff00) == 0xe38cc000)) { // orr IP, IP, byte0 2631 const uint32_t byte0 = (value & 0x000000ff); 2638 orr(rd, rd, Operand(byte0), cond);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 629 double byte0 = deFloat16To64((deFloat16)((iRep ) & 0xffff)); in doPrintValue16() local 633 os << fmt.floatToHex(byte0) << " " << fmt.floatToHex(byte1) << " " << fmt.floatToHex(byte2) << " " << fmt.floatToHex(byte3); in doPrintValue16()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 630 double byte0 = deFloat16To64((deFloat16)((iRep ) & 0xffff)); in doPrintValue16() local 634 os << fmt.floatToHex(byte0) << " " << fmt.floatToHex(byte1) << " " << fmt.floatToHex(byte2) << " " << fmt.floatToHex(byte3); in doPrintValue16()
|
Completed in 29 milliseconds