Home
last modified time | relevance | path

Searched refs:word4 (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
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 mask4abgrQ[16]; // 4 bit writemask -> A4B4G4R4 bit patterns, replicated 4x
[all …]
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… in Constants()
249 …maskr5g5b5a1Q[i] = word4((i & 0x1 ? 0x003E : 0) | (i & 0x2 ? 0x07C0 : 0) | (i & 0x4 ? 0xF800 : 0) … in Constants()
250 …maskb5g5r5a1Q[i] = word4((i & 0x1 ? 0xF800 : 0) | (i & 0x2 ? 0x07C0 : 0) | (i & 0x4 ? 0x003E : 0) … in Constants()
251 …mask4rgbaQ[i] = word4((i & 0x1 ? 0x00F0 : 0) | (i & 0x2 ? 0x0F00 : 0) | (i & 0x4 ? 0xF000 : 0) | (… in Constants()
252 …mask4bgraQ[i] = word4((i & 0x1 ? 0xF000 : 0) | (i & 0x2 ? 0x0F00 : 0) | (i & 0x4 ? 0x00F0 : 0) | (… in Constants()
253 …mask4abgrQ[i] = word4((i & 0x1 ? 0x0F00 : 0) | (i & 0x2 ? 0x00F0 : 0) | (i & 0x4 ? 0x000F : 0) | (… in Constants()
254 …mask4argbQ[i] = word4((i & 0x1 ? 0x000F : 0) | (i & 0x2 ? 0x00F0 : 0) | (i & 0x4 ? 0x0F00 : 0) | (… in Constants()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
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/
DTextureStage.hpp124 word4 constantColor4[4];
126 word4 bumpmapMatrix4W[2][2];
127 word4 luminanceScale4;
128 word4 luminanceOffset4;
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];
DSampler.hpp53 word4 borderColor4[4];
DRenderer.hpp147 word4 cW[8][4];
DRenderer.cpp413 …memcpy(&data->ps.cW, PixelProcessor::cW, sizeof(word4) * 4 * (draw->psDirtyConstF < 8 ? draw->psDi… in draw()
/third_party/zlib/
Dcrc32.c795 z_word_t word4; local
837 word4 = crc4 ^ words[4];
857 crc4 = crc_braid_table[0][word4 & 0xff];
874 crc4 ^= crc_braid_table[k][(word4 >> (k << 3)) & 0xff];
918 z_word_t crc4, word4; local
959 word4 = crc4 ^ words[4];
979 crc4 = crc_braid_big_table[0][word4 & 0xff];
996 crc4 ^= crc_braid_big_table[k][(word4 >> (k << 3)) & 0xff];
/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h347 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
350 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
353 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
356 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
359 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
DSkSLSPIRVCodeGenerator.cpp306 int32_t word3, int32_t word4, OutputStream& out) { in writeInstruction() argument
311 this->writeWord(word4, out); in writeInstruction()
315 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
321 this->writeWord(word4, out); in writeInstruction()
326 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
332 this->writeWord(word4, out); in writeInstruction()
338 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
344 this->writeWord(word4, out); in writeInstruction()
351 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
358 this->writeWord(word4, out); in writeInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2703 uint32_t result = 0, word4 = 0, yuv_format = 0; in r600_translate_texformat() local
2747 word4 |= r600_get_swizzle_combined(swizzle_xxxy, swizzle_view, FALSE); in r600_translate_texformat()
2749 word4 |= r600_get_swizzle_combined(swizzle_zyxw, swizzle_view, FALSE); in r600_translate_texformat()
2751 word4 |= r600_get_swizzle_combined(swizzle_zyx1, swizzle_view, FALSE); in r600_translate_texformat()
2753 word4 |= r600_get_swizzle_combined(desc->swizzle, swizzle_view, FALSE); in r600_translate_texformat()
2755 word4 |= r600_get_swizzle_combined(desc->swizzle, swizzle_view, FALSE); in r600_translate_texformat()
2766 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat()
2771 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat()
2778 word4 |= r600_get_swizzle_combined(swizzle_yyyy, swizzle_view, FALSE); in r600_translate_texformat()
2782 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat()
[all …]
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()
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/
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,
DSkSLSPIRVCodeGenerator.cpp375 int32_t word3, int32_t word4, OutputStream& out) { in writeInstruction() argument
380 this->writeWord(word4, out); in writeInstruction()
384 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
390 this->writeWord(word4, out); in writeInstruction()
395 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
401 this->writeWord(word4, out); in writeInstruction()
407 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
413 this->writeWord(word4, out); in writeInstruction()
420 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
427 this->writeWord(word4, out); in writeInstruction()
/third_party/skia/third_party/externals/swiftshader/src/Common/
DTypes.hpp56 typedef ALIGN(8, uint16_t) word4[4];
/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp216 using word4 = vec4<word>; typedef
/third_party/pcre2/pcre2/testdata/
Dtestinput25666 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
5669 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
5672 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
Dtestoutput217109 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
17113 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
17118 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
/third_party/mesa3d/docs/relnotes/
D7.10.rst953 - r600g: evergreen has no request size bit in texture word4
/third_party/pcre2/pcre2/doc/
Dpcre2.txt8514 For a subject such as "word1 word2 word3 word2 word3 word4" the result
/third_party/chromium/patch/
D0001-cve.patch10144 + z_word_t word4;
10186 + word4 = crc4 ^ words[4];
10206 + crc4 = crc_braid_table[0][word4 & 0xff];
10223 + crc4 ^= crc_braid_table[k][(word4 >> (k << 3)) & 0xff];
10267 + z_word_t crc4, word4;
10308 + word4 = crc4 ^ words[4];
10328 + crc4 = crc_braid_big_table[0][word4 & 0xff];
10345 + crc4 ^= crc_braid_big_table[k][(word4 >> (k << 3)) & 0xff];