Searched defs:word4 (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/src/Common/
H A DTypes.hpp55 typedef ALIGN(8, uint16_t) word4[4]; member in namespace:sw
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c2223 uint32_t result = 0, word4 = 0, yuv_format = 0; local
2265 word4 |= r600_get_swizzle_combined(swizzle_xxxy, swizzle_view, FALSE);
2267 word4 |= r600_get_swizzle_combined(swizzle_zyxw, swizzle_view, FALSE);
2269 word4 |= r600_get_swizzle_combined(swizzle_zyx1, swizzle_view, FALSE);
2271 word4 |= r600_get_swizzle_combined(desc->swizzle, swizzle_view, FALSE);
2273 word4 |= r600_get_swizzle_combined(desc->swizzle, swizzle_view, FALSE);
2284 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE);
2289 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE);
2296 word4 |= r600_get_swizzle_combined(swizzle_yyyy, swizzle_view, FALSE);
2300 word4 |
[all...]
H A Dr600_state.c669 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
698 &word4, &yuv_format, do_endian_swap);
764 view->tex_resource_words[4] = (word4 |
H A Devergreen_state.c667 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
729 &word4, &yuv_format, do_endian_swap);
840 view->tex_resource_words[4] = (word4 |
/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp298 int32_t word3, int32_t word4, OutputStream& out) {
303 this->writeWord(word4, out);
307 int32_t word3, int32_t word4, int32_t word5,
313 this->writeWord(word4, out);
318 int32_t word3, int32_t word4, int32_t word5,
324 this->writeWord(word4, out);
330 int32_t word3, int32_t word4, int32_t word5,
336 this->writeWord(word4, out);
343 int32_t word3, int32_t word4, int32_t word5,
350 this->writeWord(word4, ou
297 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, OutputStream& out) argument
306 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, OutputStream& out) argument
317 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, OutputStream& out) argument
329 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, int32_t word7, OutputStream& out) argument
342 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, int32_t word7, int32_t word8, OutputStream& out) argument
[all...]
/external/skqp/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp298 int32_t word3, int32_t word4, OutputStream& out) {
303 this->writeWord(word4, out);
307 int32_t word3, int32_t word4, int32_t word5,
313 this->writeWord(word4, out);
318 int32_t word3, int32_t word4, int32_t word5,
324 this->writeWord(word4, out);
330 int32_t word3, int32_t word4, int32_t word5,
336 this->writeWord(word4, out);
343 int32_t word3, int32_t word4, int32_t word5,
350 this->writeWord(word4, ou
297 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, OutputStream& out) argument
306 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, OutputStream& out) argument
317 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, OutputStream& out) argument
329 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, int32_t word7, OutputStream& out) argument
342 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, int32_t word7, int32_t word8, OutputStream& out) argument
[all...]
/external/valgrind/VEX/priv/
H A Dguest_mips_toIR.c12180 UInt word4 = mode64 ? 0x4F8 : 0x4C2; local
12182 getUInt(code + 8) == word3 && getUInt(code + 12) == word4) {
H A Dguest_arm_toIR.c16136 UInt word4 = 0xE1A0C9EC; local
16140 getUIntLittleEndianly(code+12) == word4) {
19029 UInt word4 = 0x4CFCEA4F; local
19033 getUIntLittleEndianly(code+12) == word4) {
H A Dguest_arm64_toIR.c14483 UInt word4 = 0x93CCF58C; local
14487 getUIntLittleEndianly(code+12) == word4) {
H A Dguest_ppc_toIR.c27825 UInt word4 = mode64 ? 0x78009802 : 0x5400983E; local
[all...]

Completed in 459 milliseconds