Home
last modified time | relevance | path

Searched refs:word1 (Results 1 - 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_tex_state.c138 pvr_csb_pack (&state[1], TEXSTATE_STRIDE_IMAGE_WORD1, word1) { in pvr_pack_tex_state()
140 word1.stride = info->stride - 1U; in pvr_pack_tex_state()
141 word1.num_mip_levels = info->mip_levels; in pvr_pack_tex_state()
142 word1.mipmaps_present = info->mipmaps_present; in pvr_pack_tex_state()
144 word1.texaddr = PVR_DEV_ADDR_OFFSET(info->addr, info->offset); in pvr_pack_tex_state()
147 word1.alpha_msb = true; in pvr_pack_tex_state()
153 word1.index_lookup = true; in pvr_pack_tex_state()
157 word1.mipmaps_present = false; in pvr_pack_tex_state()
161 word1.tpu_image_state_v2_compression_mode = in pvr_pack_tex_state()
165 pvr_csb_pack (&state[1], TEXSTATE_IMAGE_WORD1, word1) { in pvr_pack_tex_state()
[all...]
H A Dpvr_descriptor_set.c1462 pvr_csb_pack (&tmp, TEXSTATE_STRIDE_IMAGE_WORD1, word1) { in pvr_write_image_descriptor_primaries()
1463 word1.index_lookup = true; in pvr_write_image_descriptor_primaries()
1658 pvr_csb_pack (&tmp, TEXSTATE_STRIDE_IMAGE_WORD1, word1) { in pvr_write_buffer_descriptor()
1659 word1.index_lookup = true; in pvr_write_buffer_descriptor()
H A Dpvr_cmd_buffer.c3632 pvr_csb_pack (&scissor_words[1], IPF_SCISSOR_WORD_1, word1) { in pvr_setup_isp_depth_bias_scissor_state()
3633 word1.scw1_ymax = y + height; in pvr_setup_isp_depth_bias_scissor_state()
3634 word1.scw1_ymin = y; in pvr_setup_isp_depth_bias_scissor_state()
3672 pvr_csb_pack (&ppp_state->region_clipping.word1, TA_REGION_CLIP1, word1) { in pvr_setup_isp_depth_bias_scissor_state()
3673 word1.bottom = bottom; in pvr_setup_isp_depth_bias_scissor_state()
3674 word1.top = top; in pvr_setup_isp_depth_bias_scissor_state()
4054 *buffer_ptr++ = ppp_state->region_clipping.word1; in pvr_emit_ppp_state()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr700_asm.c81 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) in r700_bytecode_alu_read()
97 alu->bank_swizzle = G_SQ_ALU_WORD1_BANK_SWIZZLE(word1); in r700_bytecode_alu_read()
100 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1); in r700_bytecode_alu_read()
101 alu->dst.rel = G_SQ_ALU_WORD1_DST_REL(word1); in r700_bytecode_alu_read()
102 alu->dst.chan = G_SQ_ALU_WORD1_DST_CHAN(word1); in r700_bytecode_alu_read()
103 alu->dst.clamp = G_SQ_ALU_WORD1_CLAMP(word1); in r700_bytecode_alu_read()
104 if (G_SQ_ALU_WORD1_ENCODING(word1)) /*ALU_DWORD1_OP3*/ in r700_bytecode_alu_read()
107 alu->src[2].sel = G_SQ_ALU_WORD1_OP3_SRC2_SEL(word1); in r700_bytecode_alu_read()
108 alu->src[2].rel = G_SQ_ALU_WORD1_OP3_SRC2_REL(word1); in r700_bytecode_alu_read()
109 alu->src[2].chan = G_SQ_ALU_WORD1_OP3_SRC2_CHAN(word1); in r700_bytecode_alu_read()
80 r700_bytecode_alu_read(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) r700_bytecode_alu_read() argument
[all...]
H A Deg_asm.c156 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1)
163 output->swizzle_x = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_X(word1);
164 output->swizzle_y = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Y(word1);
165 output->swizzle_z = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_Z(word1);
166 output->swizzle_w = G_SQ_CF_ALLOC_EXPORT_WORD1_SWIZ_SEL_W(word1);
167 output->burst_count = G_SQ_CF_ALLOC_EXPORT_WORD1_BURST_COUNT(word1);
168 output->end_of_program = G_SQ_CF_ALLOC_EXPORT_WORD1_END_OF_PROGRAM(word1);
170 G_SQ_CF_ALLOC_EXPORT_WORD1_CF_INST(word1), /* is_cf_alu = */ 0 );
171 output->barrier = G_SQ_CF_ALLOC_EXPORT_WORD1_BARRIER(word1);
172 output->array_size = G_SQ_CF_ALLOC_EXPORT_WORD1_BUF_ARRAY_SIZE(word1);
[all...]
H A Dr600_asm.h331 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
346 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
351 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
353 struct r600_bytecode_output *output, uint32_t word0, uint32_t word1);
H A Dr600_asm.c2879 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) in r600_bytecode_alu_read()
2895 alu->bank_swizzle = G_SQ_ALU_WORD1_BANK_SWIZZLE(word1); in r600_bytecode_alu_read()
2898 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1); in r600_bytecode_alu_read()
2899 alu->dst.rel = G_SQ_ALU_WORD1_DST_REL(word1); in r600_bytecode_alu_read()
2900 alu->dst.chan = G_SQ_ALU_WORD1_DST_CHAN(word1); in r600_bytecode_alu_read()
2901 alu->dst.clamp = G_SQ_ALU_WORD1_CLAMP(word1); in r600_bytecode_alu_read()
2902 if (G_SQ_ALU_WORD1_ENCODING(word1)) /*ALU_DWORD1_OP3*/ in r600_bytecode_alu_read()
2905 alu->src[2].sel = G_SQ_ALU_WORD1_OP3_SRC2_SEL(word1); in r600_bytecode_alu_read()
2906 alu->src[2].rel = G_SQ_ALU_WORD1_OP3_SRC2_REL(word1); in r600_bytecode_alu_read()
2907 alu->src[2].chan = G_SQ_ALU_WORD1_OP3_SRC2_CHAN(word1); in r600_bytecode_alu_read()
2878 r600_bytecode_alu_read(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1) r600_bytecode_alu_read() argument
[all...]
/third_party/FreeBSD/contrib/gdtoa/
H A Dstrtod.c79 word1(&u) = 0;
309 word1(&rv) = 0;
321 word1(&rv) = bits[0];
326 word1(&rv) = NAN_WORD1;
468 word1(&rv) = Big1;
472 word1(&rv) = 0;
476 word1(&rv) = 0;
485 word1(&rv) = Big1;
514 word1(&rv) = Big1;
537 word1(
[all...]
H A Dulp.c53 word1(&a) = 0;
60 word1(&a) = 0;
65 word1(&a) = L >= 31 ? 1 : 1 << (31 - L);
H A Dmisc.c630 #define d1 word1(&d)
677 word1(&d) = d1 >> 16 | d1 << 16;
703 #define d1 word1(&d)
708 d1 = word1(&d) >> 16 | word1(&d) << 16;
H A Dgdtoaimp.h295 #define word1(x) (x)->L[0] macro
298 #define word1(x) (x)->L[1] macro
H A Dstrtodg.c301 L = word1(d) << 16 | word1(d) >> 16;
304 if ( (L = word1(d)) !=0)
/third_party/python/Python/
H A Ddtoa.c188 #define word1(x) (x)->L[0] macro
191 #define word1(x) (x)->L[1] macro
941 word1(&u) = 0; in ulp()
965 word1(&d) = y << ((32-Ebits) + k) | w >> (Ebits - k); in b2d()
972 word1(&d) = z << k | y >> (32 - k); in b2d()
976 word1(&d) = z; in b2d()
1014 b->x[0] = word1(d); in sd2b()
1078 if ((y = word1(d))) { in d2b()
1243 word1(&u) = 0; in sulp()
1247 assert(word0(x) || word1( in sulp()
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.h421 void writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out);
423 void writeInstruction(SpvOp_ opCode, int32_t word1, skstd::string_view string,
426 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, skstd::string_view string,
429 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
431 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
434 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_
[all...]
H A DSkSLSPIRVCodeGenerator.cpp314 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() argument
316 this->writeWord(word1, out); in writeInstruction()
344 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, skstd::string_view string, in writeInstruction() argument
347 this->writeWord(word1, out); in writeInstruction()
351 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
354 this->writeWord(word1, out); in writeInstruction()
359 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
362 this->writeWord(word1, out); in writeInstruction()
366 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() argument
369 this->writeWord(word1, 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/zlib/
H A Dcrc32.c749 z_word_t word1; in crc32_z() local
794 word1 = crc1 ^ words[1]; in crc32_z()
814 crc1 = crc_braid_table[0][word1 & 0xff]; in crc32_z()
831 crc1 ^= crc_braid_table[k][(word1 >> (k << 3)) & 0xff]; in crc32_z()
875 z_word_t crc1, word1; in crc32_z() local
916 word1 = crc1 ^ words[1]; in crc32_z()
936 crc1 = crc_braid_big_table[0][word1 & 0xff]; in crc32_z()
953 crc1 ^= crc_braid_big_table[k][(word1 >> (k << 3)) & 0xff]; in crc32_z()
/third_party/optimized-routines/math/test/rtest/
H A Dmain.c97 void get_operand(const char *str, Testable *f, uint32 *word0, uint32 *word1) in get_operand() argument
122 *word1 = specials[i].dblword1; in get_operand()
125 *word1 = 0; in get_operand()
133 sscanf(str, "%"I32"x.%"I32"x", word0, word1); in get_operand()
/third_party/node/deps/zlib/
H A Dcrc32.c806 z_word_t word1; in crc32_z() local
851 word1 = crc1 ^ words[1]; in crc32_z()
871 crc1 = crc_braid_table[0][word1 & 0xff]; in crc32_z()
888 crc1 ^= crc_braid_table[k][(word1 >> (k << 3)) & 0xff]; in crc32_z()
932 z_word_t crc1, word1; in crc32_z() local
973 word1 = crc1 ^ words[1]; in crc32_z()
993 crc1 = crc_braid_big_table[0][word1 & 0xff]; in crc32_z()
1010 crc1 ^= crc_braid_big_table[k][(word1 >> (k << 3)) & 0xff]; in crc32_z()
/third_party/icu/tools/unicode/c/genprops/
H A Dnamespropsbuilder.cpp258 compareWords(const void *context, const void *word1, const void *word2);
743 compareWords(const void *context, const void *word1, const void *word2) { in compareWords() argument
745 return ((Word *)word2)->weight-((Word *)word1)->weight; in compareWords()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.h353 unsigned word1 : 32; member
H A Ddisasm.c720 branch->discard.word1 == PPIR_CODEGEN_DISCARD_WORD1 && in print_branch()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzerutil_test.cpp469 uint32_t word1 = fuzzerutil::FloatToWord(2); in TEST() local
475 std::vector<uint32_t>{word1}, 32, false)); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dfuzzerutil_test.cpp469 uint32_t word1 = fuzzerutil::FloatToWord(2); in TEST() local
475 std::vector<uint32_t>{word1}, 32, false)); in TEST()
/third_party/spirv-tools/test/fuzz/
H A Dfuzzerutil_test.cpp469 uint32_t word1 = fuzzerutil::FloatToWord(2); in TEST() local
475 std::vector<uint32_t>{word1}, 32, false)); in TEST()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard.h785 uint64_t word1 : 60; member

Completed in 44 milliseconds

12