/external/swiftshader/src/Device/ |
D | PixelProcessor.cpp | 59 factor.blendConstant4W[0] = word4(static_cast<uint16_t>(iround(0xFFFFu * blendConstant.x))); in setBlendConstant() 60 factor.blendConstant4W[1] = word4(static_cast<uint16_t>(iround(0xFFFFu * blendConstant.y))); in setBlendConstant() 61 factor.blendConstant4W[2] = word4(static_cast<uint16_t>(iround(0xFFFFu * blendConstant.z))); in setBlendConstant() 62 factor.blendConstant4W[3] = word4(static_cast<uint16_t>(iround(0xFFFFu * blendConstant.w))); in setBlendConstant() 64 factor.invBlendConstant4W[0] = word4(0xFFFFu - factor.blendConstant4W[0][0]); in setBlendConstant() 65 factor.invBlendConstant4W[1] = word4(0xFFFFu - factor.blendConstant4W[1][0]); in setBlendConstant() 66 factor.invBlendConstant4W[2] = word4(0xFFFFu - factor.blendConstant4W[2][0]); in setBlendConstant() 67 factor.invBlendConstant4W[3] = word4(0xFFFFu - factor.blendConstant4W[3][0]); in setBlendConstant()
|
D | PixelProcessor.hpp | 141 word4 alphaReference4; 143 word4 blendConstant4W[4]; 145 word4 invBlendConstant4W[4];
|
/external/swiftshader/src/Pipeline/ |
D | Constants.hpp | 40 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
|
D | Constants.cpp | 248 mask565Q[i] = word4((i & 0x1 ? 0x001F : 0) | (i & 0x2 ? 0x07E0 : 0) | (i & 0x4 ? 0xF800 : 0)); in Constants() 254 …mask5551Q[i] = word4((i & 0x1 ? 0x001F : 0) | (i & 0x2 ? 0x03E0 : 0) | (i & 0x4 ? 0x7C00 : 0) | (i… in Constants()
|
/external/swiftshader/src/Shader/ |
D | Constants.hpp | 38 word4 maskW4Q[16]; 39 word4 invMaskW4Q[16]; 66 word4 maskW01Q[4]; 68 word4 mask565Q[8];
|
/external/swiftshader/src/Renderer/ |
D | TextureStage.hpp | 124 word4 constantColor4[4]; 126 word4 bumpmapMatrix4W[2][2]; 127 word4 luminanceScale4; 128 word4 luminanceOffset4;
|
D | PixelProcessor.hpp | 169 word4 color4[3]; 177 word4 textureFactor4[4]; 179 word4 alphaReference4; 181 word4 blendConstant4W[4]; 183 word4 invBlendConstant4W[4]; 316 word4 cW[8][4];
|
D | Sampler.hpp | 53 word4 borderColor4[4];
|
D | Renderer.hpp | 147 word4 cW[8][4];
|
D | Renderer.cpp | 413 …memcpy(&data->ps.cW, PixelProcessor::cW, sizeof(word4) * 4 * (draw->psDirtyConstF < 8 ? draw->psDi… in draw()
|
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.h | 293 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 296 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 299 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 302 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 305 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
|
D | SkSLSPIRVCodeGenerator.cpp | 300 int32_t word3, int32_t word4, OutputStream& out) { in writeInstruction() argument 305 this->writeWord(word4, out); in writeInstruction() 309 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 315 this->writeWord(word4, out); in writeInstruction() 320 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 326 this->writeWord(word4, out); in writeInstruction() 332 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 338 this->writeWord(word4, out); in writeInstruction() 345 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 352 this->writeWord(word4, out); in writeInstruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 2651 uint32_t result = 0, word4 = 0, yuv_format = 0; in r600_translate_texformat() local 2695 word4 |= r600_get_swizzle_combined(swizzle_xxxy, swizzle_view, FALSE); in r600_translate_texformat() 2697 word4 |= r600_get_swizzle_combined(swizzle_zyxw, swizzle_view, FALSE); in r600_translate_texformat() 2699 word4 |= r600_get_swizzle_combined(swizzle_zyx1, swizzle_view, FALSE); in r600_translate_texformat() 2701 word4 |= r600_get_swizzle_combined(desc->swizzle, swizzle_view, FALSE); in r600_translate_texformat() 2703 word4 |= r600_get_swizzle_combined(desc->swizzle, swizzle_view, FALSE); in r600_translate_texformat() 2714 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat() 2719 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat() 2726 word4 |= r600_get_swizzle_combined(swizzle_yyyy, swizzle_view, FALSE); in r600_translate_texformat() 2730 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat() [all …]
|
D | r600_state.c | 669 uint32_t word4 = 0, yuv_format = 0, pitch = 0; in r600_create_sampler_view_custom() local 698 &word4, &yuv_format, do_endian_swap); in r600_create_sampler_view_custom() 764 view->tex_resource_words[4] = (word4 | in r600_create_sampler_view_custom()
|
D | evergreen_state.c | 728 uint32_t word4 = 0, yuv_format = 0, pitch = 0; in evergreen_fill_tex_resource_words() local 770 &word4, &yuv_format, do_endian_swap); in evergreen_fill_tex_resource_words() 873 tex_resource_words[4] = (word4 | in evergreen_fill_tex_resource_words()
|
/external/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.h | 419 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 422 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 425 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 428 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 431 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
|
D | SkSLSPIRVCodeGenerator.cpp | 326 int32_t word3, int32_t word4, OutputStream& out) { in writeInstruction() argument 331 this->writeWord(word4, out); in writeInstruction() 335 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 341 this->writeWord(word4, out); in writeInstruction() 346 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 352 this->writeWord(word4, out); in writeInstruction() 358 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 364 this->writeWord(word4, out); in writeInstruction() 371 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument 378 this->writeWord(word4, out); in writeInstruction()
|
/external/swiftshader/src/Common/ |
D | Types.hpp | 56 typedef ALIGN(8, uint16_t) word4[4];
|
/external/swiftshader/src/System/ |
D | Types.hpp | 205 using word4 = vec4<word>; typedef
|
/external/pcre/dist2/testdata/ |
D | testinput2 | 5668 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 5671 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 5674 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
|
D | testoutput2 | 17112 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 17116 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4 17121 word1 word3 word1 word2 word3 word2 word2 word1 word3 word4
|
/external/mesa3d/docs/relnotes/ |
D | 7.10.rst | 953 - r600g: evergreen has no request size bit in texture word4
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 8484 For a subject such as "word1 word2 word3 word2 word3 word4" the result
|