Home
last modified time | relevance | path

Searched refs:word4 (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DConstants.hpp40 word4 maskW4Q[16];
41 word4 invMaskW4Q[16];
68 word4 maskW01Q[4];
70 word4 mask565Q[8];
72 word4 mask5551Q[16]; // 4 bit writemask -> A1R5G5B5 bit patterns, replicated 4x
73 word4 maskr5g5b5a1Q[16]; // 4 bit writemask -> R5G5B5A1 bit patterns, replicated 4x
74 word4 maskb5g5r5a1Q[16]; // 4 bit writemask -> B5G5R5A1 bit patterns, replicated 4x
75 word4 mask4rgbaQ[16]; // 4 bit writemask -> R4G4B4A4 bit patterns, replicated 4x
76 word4 mask4bgraQ[16]; // 4 bit writemask -> B4G4R4A4 bit patterns, replicated 4x
77 word4 mask4abgr
[all...]
H A DConstants.cpp242 mask565Q[i] = word4((i & 0x1 ? 0x001F : 0) | (i & 0x2 ? 0x07E0 : 0) | (i & 0x4 ? 0xF800 : 0)); in Constants()
248 mask5551Q[i] = word4((i & 0x1 ? 0x001F : 0) | (i & 0x2 ? 0x03E0 : 0) | (i & 0x4 ? 0x7C00 : 0) | (i & 8 ? 0x8000 : 0)); in Constants()
249 maskr5g5b5a1Q[i] = word4((i & 0x1 ? 0x003E : 0) | (i & 0x2 ? 0x07C0 : 0) | (i & 0x4 ? 0xF800 : 0) | (i & 8 ? 0x0001 : 0)); in Constants()
250 maskb5g5r5a1Q[i] = word4((i & 0x1 ? 0xF800 : 0) | (i & 0x2 ? 0x07C0 : 0) | (i & 0x4 ? 0x003E : 0) | (i & 8 ? 0x0001 : 0)); in Constants()
251 mask4rgbaQ[i] = word4((i & 0x1 ? 0x00F0 : 0) | (i & 0x2 ? 0x0F00 : 0) | (i & 0x4 ? 0xF000 : 0) | (i & 8 ? 0x000F : 0)); in Constants()
252 mask4bgraQ[i] = word4((i & 0x1 ? 0xF000 : 0) | (i & 0x2 ? 0x0F00 : 0) | (i & 0x4 ? 0x00F0 : 0) | (i & 8 ? 0x000F : 0)); in Constants()
253 mask4abgrQ[i] = word4((i & 0x1 ? 0x0F00 : 0) | (i & 0x2 ? 0x00F0 : 0) | (i & 0x4 ? 0x000F : 0) | (i & 8 ? 0xF000 : 0)); in Constants()
254 mask4argbQ[i] = word4((i & 0x1 ? 0x000F : 0) | (i & 0x2 ? 0x00F0 : 0) | (i & 0x4 ? 0x0F00 : 0) | (i & 8 ? 0xF000 : 0)); in Constants()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DConstants.hpp38 word4 maskW4Q[16];
39 word4 invMaskW4Q[16];
66 word4 maskW01Q[4];
68 word4 mask565Q[8];
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DTextureStage.hpp124 word4 constantColor4[4];
126 word4 bumpmapMatrix4W[2][2];
127 word4 luminanceScale4;
128 word4 luminanceOffset4;
H A DPixelProcessor.hpp170 word4 color4[3];
178 word4 textureFactor4[4];
180 word4 alphaReference4;
182 word4 blendConstant4W[4];
184 word4 invBlendConstant4W[4];
317 word4 cW[8][4];
H A DSampler.hpp53 word4 borderColor4[4];
H A DRenderer.hpp147 word4 cW[8][4];
H A DRenderer.cpp413 memcpy(&data->ps.cW, PixelProcessor::cW, sizeof(word4) * 4 * (draw->psDirtyConstF < 8 ? draw->psDirtyConstF : 8)); in draw()
/third_party/zlib/
H A Dcrc32.c758 z_word_t word4; in crc32_z() local
800 word4 = crc4 ^ words[4]; in crc32_z()
820 crc4 = crc_braid_table[0][word4 & 0xff]; in crc32_z()
837 crc4 ^= crc_braid_table[k][(word4 >> (k << 3)) & 0xff]; in crc32_z()
881 z_word_t crc4, word4; in crc32_z() local
922 word4 = crc4 ^ words[4]; in crc32_z()
942 crc4 = crc_braid_big_table[0][word4 & 0xff]; in crc32_z()
959 crc4 ^= crc_braid_big_table[k][(word4 >> (k << 3)) & 0xff]; in crc32_z()
/third_party/node/deps/zlib/
H A Dcrc32.c815 z_word_t word4; in crc32_z() local
857 word4 = crc4 ^ words[4]; in crc32_z()
877 crc4 = crc_braid_table[0][word4 & 0xff]; in crc32_z()
894 crc4 ^= crc_braid_table[k][(word4 >> (k << 3)) & 0xff]; in crc32_z()
938 z_word_t crc4, word4; in crc32_z() local
979 word4 = crc4 ^ words[4]; in crc32_z()
999 crc4 = crc_braid_big_table[0][word4 & 0xff]; in crc32_z()
1016 crc4 ^= crc_braid_big_table[k][(word4 >> (k << 3)) & 0xff]; in crc32_z()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c2769 uint32_t result = 0, word4 = 0, yuv_format = 0; in r600_translate_texformat() local
2811 word4 |= r600_get_swizzle_combined(swizzle_xxxy, swizzle_view, FALSE); in r600_translate_texformat()
2813 word4 |= r600_get_swizzle_combined(swizzle_zyxw, swizzle_view, FALSE); in r600_translate_texformat()
2815 word4 |= r600_get_swizzle_combined(swizzle_zyx1, swizzle_view, FALSE); in r600_translate_texformat()
2817 word4 |= r600_get_swizzle_combined(desc->swizzle, swizzle_view, FALSE); in r600_translate_texformat()
2819 word4 |= r600_get_swizzle_combined(desc->swizzle, swizzle_view, FALSE); in r600_translate_texformat()
2830 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat()
2835 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat()
2842 word4 |= r600_get_swizzle_combined(swizzle_yyyy, swizzle_view, FALSE); in r600_translate_texformat()
2846 word4 | in r600_translate_texformat()
[all...]
H A Dr600_state.c674 uint32_t word4 = 0, yuv_format = 0, pitch = 0; in r600_create_sampler_view_custom() local
703 &word4, &yuv_format, do_endian_swap); in r600_create_sampler_view_custom()
769 view->tex_resource_words[4] = (word4 | in r600_create_sampler_view_custom()
H A Devergreen_state.c733 uint32_t word4 = 0, yuv_format = 0, pitch = 0; in evergreen_fill_tex_resource_words() local
775 &word4, &yuv_format, do_endian_swap); in evergreen_fill_tex_resource_words()
878 tex_resource_words[4] = (word4 | in evergreen_fill_tex_resource_words()
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.h434 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
437 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
440 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
443 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
446 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
H A DSkSLSPIRVCodeGenerator.cpp375 int32_t word3, int32_t word4, OutputStream& out) { in writeInstruction()
380 this->writeWord(word4, out); in writeInstruction()
384 int32_t word3, int32_t word4, int32_t word5, in writeInstruction()
390 this->writeWord(word4, out); in writeInstruction()
395 int32_t word3, int32_t word4, int32_t word5, in writeInstruction()
401 this->writeWord(word4, out); in writeInstruction()
407 int32_t word3, int32_t word4, int32_t word5, in writeInstruction()
413 this->writeWord(word4, out); in writeInstruction()
420 int32_t word3, int32_t word4, int32_t word5, in writeInstruction()
427 this->writeWord(word4, ou in writeInstruction()
374 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, OutputStream& out) writeInstruction() argument
383 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, OutputStream& out) writeInstruction() argument
394 writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, int32_t word5, int32_t word6, OutputStream& out) writeInstruction() argument
406 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) writeInstruction() argument
419 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) writeInstruction() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DTypes.hpp56 typedef ALIGN(8, uint16_t) word4[4]; member
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DTypes.hpp216 using word4 = vec4<word>;

Completed in 29 milliseconds