Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DConstants.hpp38 word4 maskW4Q[16];
39 word4 invMaskW4Q[16];
66 word4 maskW01Q[4];
68 word4 mask565Q[8];
/external/swiftshader/src/Pipeline/
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];
313 word4 cW[8][4];
DSampler.hpp53 word4 borderColor4[4];
DRenderer.hpp147 word4 cW[8][4];
DRenderer.cpp412 …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.c2499 uint32_t result = 0, word4 = 0, yuv_format = 0; in r600_translate_texformat() local
2543 word4 |= r600_get_swizzle_combined(swizzle_xxxy, swizzle_view, FALSE); in r600_translate_texformat()
2545 word4 |= r600_get_swizzle_combined(swizzle_zyxw, swizzle_view, FALSE); in r600_translate_texformat()
2547 word4 |= r600_get_swizzle_combined(swizzle_zyx1, swizzle_view, FALSE); in r600_translate_texformat()
2549 word4 |= r600_get_swizzle_combined(desc->swizzle, swizzle_view, FALSE); in r600_translate_texformat()
2551 word4 |= r600_get_swizzle_combined(desc->swizzle, swizzle_view, FALSE); in r600_translate_texformat()
2562 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat()
2567 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat()
2574 word4 |= r600_get_swizzle_combined(swizzle_yyyy, swizzle_view, FALSE); in r600_translate_texformat()
2578 word4 |= r600_get_swizzle_combined(swizzle_xxxx, swizzle_view, FALSE); in r600_translate_texformat()
[all …]
Dr600_state.c670 uint32_t word4 = 0, yuv_format = 0, pitch = 0; in r600_create_sampler_view_custom() local
699 &word4, &yuv_format, do_endian_swap); in r600_create_sampler_view_custom()
765 view->tex_resource_words[4] = (word4 | in r600_create_sampler_view_custom()
Devergreen_state.c716 uint32_t word4 = 0, yuv_format = 0, pitch = 0; in evergreen_fill_tex_resource_words() local
758 &word4, &yuv_format, do_endian_swap); in evergreen_fill_tex_resource_words()
861 tex_resource_words[4] = (word4 | in evergreen_fill_tex_resource_words()
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h345 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
348 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
351 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
354 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
357 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
DSkSLSPIRVCodeGenerator.cpp299 int32_t word3, int32_t word4, OutputStream& out) { in writeInstruction() argument
304 this->writeWord(word4, out); in writeInstruction()
308 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
314 this->writeWord(word4, out); in writeInstruction()
319 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
325 this->writeWord(word4, out); in writeInstruction()
331 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
337 this->writeWord(word4, out); in writeInstruction()
344 int32_t word3, int32_t word4, int32_t word5, in writeInstruction() argument
351 this->writeWord(word4, out); in writeInstruction()
/external/swiftshader/src/Device/
DPixelProcessor.hpp157 word4 alphaReference4;
159 word4 blendConstant4W[4];
161 word4 invBlendConstant4W[4];
DSampler.hpp53 word4 borderColor4[4];
/external/swiftshader/src/System/
DTypes.hpp55 typedef ALIGN(8, uint16_t) word4[4];
/external/swiftshader/src/Common/
DTypes.hpp56 typedef ALIGN(8, uint16_t) word4[4];