Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DPixelProcessor.cpp59 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()
DPixelProcessor.hpp141 word4 alphaReference4;
143 word4 blendConstant4W[4];
145 word4 invBlendConstant4W[4];
/external/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
DConstants.cpp248 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/
DConstants.hpp38 word4 maskW4Q[16];
39 word4 invMaskW4Q[16];
66 word4 maskW01Q[4];
68 word4 mask565Q[8];
/external/swiftshader/src/Renderer/
DTextureStage.hpp124 word4 constantColor4[4];
126 word4 bumpmapMatrix4W[2][2];
127 word4 luminanceScale4;
128 word4 luminanceOffset4;
DPixelProcessor.hpp169 word4 color4[3];
177 word4 textureFactor4[4];
179 word4 alphaReference4;
181 word4 blendConstant4W[4];
183 word4 invBlendConstant4W[4];
316 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()
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.h293 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,
DSkSLSPIRVCodeGenerator.cpp300 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/
Dr600_state_common.c2651 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 …]
Dr600_state.c669 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()
Devergreen_state.c728 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/
DSkSLSPIRVCodeGenerator.h419 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,
DSkSLSPIRVCodeGenerator.cpp326 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/
DTypes.hpp56 typedef ALIGN(8, uint16_t) word4[4];
/external/swiftshader/src/System/
DTypes.hpp205 using word4 = vec4<word>; typedef
/external/pcre/dist2/testdata/
Dtestinput25668 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
Dtestoutput217112 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/
D7.10.rst953 - r600g: evergreen has no request size bit in texture word4
/external/pcre/dist2/doc/
Dpcre2.txt8484 For a subject such as "word1 word2 word3 word2 word3 word4" the result