Home
last modified time | relevance | path

Searched refs:inout (Results 1 - 25 of 47) sorted by relevance

12

/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler_test.cpp46 __kernel void main_test(__global struct shift *inout)\n\ in TEST_F()
51 lc[id] = inout[id];\n\ in TEST_F()
52 inout[id2].ret = (ushort) lc[id2].val << (ushort) lc[id2].shift;\n\ in TEST_F()
55 auto inout = ShaderArg<struct shift>({ in TEST_F() local
63 run_shader(kernel_source, inout.size(), 1, 1, inout); in TEST_F()
64 for (int i = 0; i < inout.size(); ++i) in TEST_F()
65 EXPECT_EQ(inout[i].ret, expected[i]); in TEST_F()
325 "__kernel void main_test(__global unsigned char *inout)\n\ in TEST_F()
328 inout[id in TEST_F()
330 auto inout = ShaderArg<uint8_t> ({ 100, 110, 120, 130 }, SHADER_ARG_INOUT); TEST_F() local
347 auto inout = ShaderArg<uint16_t> ({ 10000, 10010, 10020, 10030 }, SHADER_ARG_INOUT); TEST_F() local
365 auto inout = ShaderArg<uint64_t>({ base, base + 10, base + 20, base + 30 }, TEST_F() local
401 auto inout = ShaderArg<uint32_t>({0x00000001, 0x10000001, 0x00020002, 0x04010203}, TEST_F() local
558 auto inout = ShaderArg<uint64_t>({ 0, 0, 0, 0 }, SHADER_ARG_INOUT); TEST_F() local
581 auto inout = ShaderArg<uint16_t>({ 0, 0, 0, 0 }, SHADER_ARG_INOUT); TEST_F() local
606 auto inout = ShaderArg<uint32_t>({ 0, 0, 0, 0 }, SHADER_ARG_INOUT); TEST_F() local
627 auto inout = ShaderArg<uint32_t>({ 0, 0, 0, 0 }, SHADER_ARG_INOUT); TEST_F() local
647 auto inout = ShaderArg<struct two_vals>({ { 8, 8 }, { 16, 16 }, { 64, 64 }, { 65536, 65536 } }, TEST_F() local
672 auto inout = ShaderArg<struct uint2>({ { 8, 8 }, { 16, 16 }, { 64, 64 }, { 65536, 65536 } }, TEST_F() local
697 auto inout = ShaderArg<struct ushort2>({ { 8, 8 }, { 16, 16 }, { 64, 64 }, TEST_F() local
724 auto inout = ShaderArg<struct uchar3>({ { 8, 8, 8 }, { 16, 16, 16 }, { 64, 64, 64 }, { 255, 255, 255 } }, TEST_F() local
781 auto inout = ShaderArg<struct uint8>({ { 1, 2, 3, 4, 5, 6, 7, 8 } }, TEST_F() local
813 auto inout = ShaderArg<struct ulong16>({ { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 } }, TEST_F() local
928 auto inout = ShaderArg<int32_t>({ -4, -3, -2, -1, 0, 1, 2, 3, 4 }, TEST_F() local
945 auto inout = ShaderArg<int32_t>({ -4, -3, -2, -1, 0, 1, 2, 3, 4 }, TEST_F() local
962 auto inout = ShaderArg<uint32_t>({ 0xfffffffa, 0xfffffffb, 0xfffffffc, 0xfffffffd, 0xfffffffe }, TEST_F() local
979 auto inout = ShaderArg<uint32_t>(std::vector<uint32_t>(4, 0xdeadbeef), TEST_F() local
996 auto inout = ShaderArg<uint32_t>({ 0, 0x1, 0x3, 0x101, 0x110011, ~0u }, TEST_F() local
1013 auto inout = ShaderArg<uint32_t>({ 0, 1, 2, 3, 0xfffffffc, 0xfffffffd, 0xfffffffe, 0xffffffff }, TEST_F() local
1037 auto inout = ShaderArg<uint32_t>({ 0, 1, 2, 3, 0xfffffffc, 0xfffffffd, 0xfffffffe, 0xffffffff }, TEST_F() local
1061 auto inout = ShaderArg<uint32_t>({ 0xffffffff - 3, 0xffffffff - 2, 0xffffffff - 1, 0xffffffff }, TEST_F() local
1078 auto inout = ShaderArg<uint32_t>({ 0, 1, 2, 3 }, SHADER_ARG_INOUT); TEST_F() local
1094 auto inout = ShaderArg<uint32_t>({ 0, 1, 2, 3, (1u << 31) }, SHADER_ARG_INOUT); TEST_F() local
1110 auto inout = ShaderArg<float>({ 0.0f, 0.5f, 1.0f, 2.0f }, SHADER_ARG_INOUT); TEST_F() local
1126 auto inout = ShaderArg<float>({ 0.25f, 0.5f, 0.75f, 1.0f }, SHADER_ARG_INOUT); TEST_F() local
1143 auto inout = ShaderArg<float>({ 0.0f, 0.5f, 1.0f, 3.0f }, SHADER_ARG_INOUT); TEST_F() local
1161 auto inout = ShaderArg<float>({ 0.0f, 0.5f, 1.0f, 3.0f }, SHADER_ARG_INOUT); TEST_F() local
1177 auto inout = ShaderArg<uint32_t>({ 0, 1, 0xffff, (1u << 30), (1u << 31) }, SHADER_ARG_INOUT); TEST_F() local
1202 auto inout = ShaderArg<sin_vals>(input, SHADER_ARG_INOUT); TEST_F() local
1224 auto inout = ShaderArg<float>({ 0.0f, 1.0f, 2.0f, 3.0f }, SHADER_ARG_INOUT); TEST_F() local
1240 auto inout = ShaderArg<float>({ 0.0f, 1.0f, 2.0f, 3.0f }, SHADER_ARG_INOUT); TEST_F() local
1256 auto inout = ShaderArg<float>({ 0.0f, 1.0f, 2.0f, 3.0f }, SHADER_ARG_INOUT); TEST_F() local
1272 auto inout = ShaderArg<float>({ 0.0f, 1.0f, 2.0f, 3.0f }, SHADER_ARG_INOUT); TEST_F() local
1288 auto inout = ShaderArg<float>({ 0.0f, 1.0f, 2.0f, 3.0f }, SHADER_ARG_INOUT); TEST_F() local
1304 auto inout = ShaderArg<float>({ 0.0f, 1.0f, 2.0f, 3.0f }, SHADER_ARG_INOUT); TEST_F() local
1320 auto inout = ShaderArg<float>({ 0.0f, 1.0f, 2.0f, 3.0f }, SHADER_ARG_INOUT); TEST_F() local
1337 auto inout = ShaderArg<float>({ 0.5f, 1.5f, -0.5f, -1.5f, 1.4f }, SHADER_ARG_INOUT); TEST_F() local
1353 auto inout = ShaderArg<float>({ 0, 0.3f, -0.3f, 0.5f, -0.5f, 1.1f, -1.1f }, TEST_F() local
1370 auto inout = ShaderArg<float>({ 0, 0.3f, -0.3f, 0.5f, -0.5f, 1.1f, -1.1f }, TEST_F() local
1415 auto inout = ShaderArg<float>({ 2.0f }, SHADER_ARG_INOUT); TEST_F() local
1448 auto inout = ShaderArg<float>({ 2.0f }, SHADER_ARG_INOUT); TEST_F() local
1470 auto inout = ShaderArg<float>({ 2.0f, 4.0f }, SHADER_ARG_INOUT); TEST_F() local
1492 auto inout = ShaderArg<uint8_t>({ 2, 4 }, SHADER_ARG_INOUT); TEST_F() local
1640 auto inout = ShaderArg<uint32_t>({ 2, 4 }, SHADER_ARG_INOUT); TEST_F() local
1660 auto inout = ShaderArg<uint32_t>({ 2, 4 }, SHADER_ARG_INOUT); TEST_F() local
1730 auto inout = ShaderArg<float>({ 0, 0.3f, -0.3f, 0.5f, -0.5f, 1.1f, -1.1f }, TEST_F() local
1773 auto inout = ShaderArg<int32_t>({ 2, 4 }, SHADER_ARG_INOUT); TEST_F() local
1791 auto inout = ShaderArg<int32_t>({ 0, 2, -1 }, SHADER_ARG_INOUT); TEST_F() local
1811 auto inout = ShaderArg<int32_t>(0xf, SHADER_ARG_INOUT); TEST_F() local
1827 auto inout = ShaderArg<int32_t>(0, SHADER_ARG_INOUT); TEST_F() local
1846 auto inout = ShaderArg<uint16_t>({ 2, 4 }, SHADER_ARG_INOUT); TEST_F() local
2040 auto inout = ShaderArg<struct s>({0, 0, 0}, SHADER_ARG_OUTPUT); TEST_F() local
2301 auto inout = ShaderArg<uint32_t>({ 0x00000001, 0x10000001, 0x00020002, 0x04010203 }, TEST_F() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Dlavfi.c126 AVFilterInOut *input_links = NULL, *output_links = NULL, *inout; in lavfi_read_header() local
185 for (n = 0, inout = output_links; inout; n++, inout = inout->next); in lavfi_read_header()
202 for (i = 0, inout = output_links; inout; i++, inout = inout->next) { in lavfi_read_header()
204 sscanf(inout in lavfi_read_header()
[all...]
/third_party/node/test/parallel/
H A Dtest-repl-colors.js11 const inout = new Duplex({ decodeStrings: false });
12 inout._read = function() {
16 inout._write = function(s, _, cb) {
21 const repl = new REPLServer({ input: inout, output: inout, useColors: true });
22 inout.isTTY = true;
23 const repl2 = new REPLServer({ input: inout, output: inout });
/third_party/ltp/tools/sparse/sparse-src/
H A Dstorage.c24 static inline unsigned int storage_hash(struct basic_block *bb, pseudo_t pseudo, enum inout_enum inout) in storage_hash() argument
26 unsigned hash = hashval(bb) + hashval(pseudo) + hashval(inout); in storage_hash()
45 struct storage_hash_list *gather_storage(struct basic_block *bb, enum inout_enum inout) in gather_storage() argument
54 if (hash->bb == bb && hash->inout == inout) in gather_storage()
88 struct storage *lookup_storage(struct basic_block *bb, pseudo_t pseudo, enum inout_enum inout) in lookup_storage() argument
90 struct storage_hash_list *list = storage_hash_table[storage_hash(bb,pseudo,inout)]; in lookup_storage()
94 if (hash->bb == bb && hash->pseudo == pseudo && hash->inout == inout) in lookup_storage()
100 void add_storage(struct storage *storage, struct basic_block *bb, pseudo_t pseudo, enum inout_enum inout) in add_storage() argument
[all...]
H A Dstorage.h47 enum inout_enum inout; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp277 // Use half the number of elements for inout to cause overlap between atomic operations.
278 // Each inout element at index i will have two atomic operations using input from
280 T inout[NUM_ELEMENTS / 2]; member
305 m_ptr->inout[i] = static_cast<dataTypeT>(rnd.getUint64()); in fillWithTestData()
309 m_ptr->compare[i] = m_ptr->inout[i] + (i % 2); in fillWithTestData()
310 m_ptr->compare[i + NUM_ELEMENTS / 2] = m_ptr->inout[i] + 1 - (i % 2); in fillWithTestData()
335 Expected (T inout, T output0, T output1) in Expected()
336 : m_inout(inout) in Expected()
342 bool compare (T inout, T output0, T output1) in compare()
344 return (deMemCmp((const void*)&m_inout, (const void*)&inout, sizeo in compare()
388 T inout[NUM_ELEMENTS / 2]; global() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktAtomicOperationTests.cpp277 // Use half the number of elements for inout to cause overlap between atomic operations.
278 // Each inout element at index i will have two atomic operations using input from
280 T inout[NUM_ELEMENTS / 2]; member
305 m_ptr->inout[i] = static_cast<dataTypeT>(rnd.getUint64()); in fillWithTestData()
309 m_ptr->compare[i] = m_ptr->inout[i] + (i % 2); in fillWithTestData()
310 m_ptr->compare[i + NUM_ELEMENTS / 2] = m_ptr->inout[i] + 1 - (i % 2); in fillWithTestData()
335 Expected (T inout, T output0, T output1) in Expected()
336 : m_inout(inout) in Expected()
342 bool compare (T inout, T output0, T output1) in compare()
344 return (deMemCmp((const void*)&m_inout, (const void*)&inout, sizeo in compare()
388 T inout[NUM_ELEMENTS / 2]; global() member
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl508 my ($rndkey0,$rndkey1,$inout,$tmp)= map("v$_",(0..3));
554 vmr $inout,$inptail
561 vperm $inout,$inout,$inptail,$inpperm
565 vxor $inout,$inout,$rndkey0
568 vxor $inout,$inout,$ivec
572 vcipher $inout,$inout,
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daesp8-ppc.pl508 my ($rndkey0,$rndkey1,$inout,$tmp)= map("v$_",(0..3));
554 vmr $inout,$inptail
561 vperm $inout,$inout,$inptail,$inpperm
565 vxor $inout,$inout,$rndkey0
568 vxor $inout,$inout,$ivec
572 vcipher $inout,$inout,
[all...]
/third_party/lame/libmp3lame/
H A Dnewmdct.c833 mdct_short(FLOAT * inout) in mdct_short() argument
839 ts0 = inout[2 * 3] * win[SHORT_TYPE][0] - inout[5 * 3]; in mdct_short()
840 tc0 = inout[0 * 3] * win[SHORT_TYPE][2] - inout[3 * 3]; in mdct_short()
844 ts0 = inout[5 * 3] * win[SHORT_TYPE][0] + inout[2 * 3]; in mdct_short()
845 tc0 = inout[3 * 3] * win[SHORT_TYPE][2] + inout[0 * 3]; in mdct_short()
849 tc0 = (inout[ in mdct_short()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTestsUtils.hpp165 std::vector<BitsSet<Flag, Bits, Ignored...>>& inout, in mergeFlags()
169 if (inout.empty()) in mergeFlags()
170 inout.insert(inout.end(), flags.begin(), flags.end()); in mergeFlags()
172 for (auto& bits1: inout) { in mergeFlags()
163 mergeFlags( std::vector<BitsSet<Flag, Bits, Ignored...>>& inout, const std::vector<BitsSet<Flag, Bits, Ignored...>>& flags ) mergeFlags() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTestsUtils.hpp165 std::vector<BitsSet<Flag, Bits, Ignored...>>& inout, in mergeFlags()
169 if (inout.empty()) in mergeFlags()
170 inout.insert(inout.end(), flags.begin(), flags.end()); in mergeFlags()
172 for (auto& bits1: inout) { in mergeFlags()
163 mergeFlags( std::vector<BitsSet<Flag, Bits, Ignored...>>& inout, const std::vector<BitsSet<Flag, Bits, Ignored...>>& flags ) mergeFlags() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h77 const unsigned outmask = quads[i]->inout.mask; in NAME()
135 quads[i]->inout.mask = mask; in NAME()
136 if (quads[i]->inout.mask) in NAME()
H A Dsp_quad_depth_test.c592 quad->inout.mask &= zmask; in depth_test_quad()
593 if (quad->inout.mask == 0) in depth_test_quad()
602 if (quad->inout.mask & (1 << j)) { in depth_test_quad()
649 failMask = quad->inout.mask & ~passMask; in depth_stencil_test_quad()
650 quad->inout.mask &= passMask; in depth_stencil_test_quad()
657 if (quad->inout.mask) { in depth_stencil_test_quad()
660 const unsigned origMask = quad->inout.mask; in depth_stencil_test_quad()
666 const unsigned zFailMask = origMask & ~quad->inout.mask; in depth_stencil_test_quad()
671 const unsigned zPassMask = origMask & quad->inout.mask; in depth_stencil_test_quad()
677 apply_stencil_op(data, quad->inout in depth_stencil_test_quad()
[all...]
H A Dsp_fs_exec.c124 machine->NonHelperMask = quad->inout.mask; in exec_run()
125 quad->inout.mask &= tgsi_exec_machine_run( machine, 0 ); in exec_run()
126 if (quad->inout.mask == 0) in exec_run()
H A Dsp_setup.c143 quad->inout.mask = 0x0; in quad_clip()
147 quad->inout.mask &= (MASK_BOTTOM_RIGHT | MASK_TOP_RIGHT); in quad_clip()
149 quad->inout.mask &= (MASK_BOTTOM_LEFT | MASK_BOTTOM_RIGHT); in quad_clip()
151 quad->inout.mask &= (MASK_BOTTOM_LEFT | MASK_TOP_LEFT); in quad_clip()
153 quad->inout.mask &= (MASK_TOP_LEFT | MASK_TOP_RIGHT); in quad_clip()
165 if (quad->inout.mask) { in clip_emit_quad()
169 setup->numFragsEmitted += util_bitcount(quad->inout.mask); in clip_emit_quad()
240 setup->quad[q].inout.mask = quadmask; in flush_spans()
985 setup->quad[0].inout.mask = 0x0; in plot()
988 setup->quad[0].inout in plot()
[all...]
H A Dsp_quad.h100 struct quad_header_inout inout; member
/third_party/ffmpeg/libavfilter/
H A Dinternal.h187 #define FILTER_INOUTPADS(inout, array) \
188 .inout = array, \
189 .nb_ ## inout = FF_ARRAY_ELEMS(array)
H A Dgraphparser.c212 void avfilter_inout_free(AVFilterInOut **inout) in avfilter_inout_free() argument
214 while (*inout) { in avfilter_inout_free()
215 AVFilterInOut *next = (*inout)->next; in avfilter_inout_free()
216 av_freep(&(*inout)->name); in avfilter_inout_free()
217 av_freep(inout); in avfilter_inout_free()
218 *inout = next; in avfilter_inout_free()
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dfield.h51 static INLINE_UNUSED void gf_bias(gf inout, int amount);
52 static INLINE_UNUSED void gf_weak_reduce(gf inout);
54 void gf_strong_reduce(gf inout);
/third_party/openssl/crypto/ec/curve448/
H A Dfield.h51 static INLINE_UNUSED void gf_bias(gf inout, int amount);
52 static INLINE_UNUSED void gf_weak_reduce(gf inout);
54 void gf_strong_reduce(gf inout);
/third_party/python/Lib/
H A Dwebbrowser.py234 inout = subprocess.DEVNULL
237 inout = None
238 p = subprocess.Popen(cmdline, close_fds=True, stdin=inout,
239 stdout=(self.redirect_stdout and inout or None),
240 stderr=inout, start_new_session=True)
/third_party/rust/crates/nix/src/sys/ioctl/
H A Dbsd.rs34 ($inout:expr, $group:expr, $num:expr, $len:expr) => {
35 $inout
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c492 struct vtn_ssa_value *inout, in _vtn_local_load_store()
497 inout->def = nir_load_deref_with_access(&b->nb, deref, access); in _vtn_local_load_store()
499 nir_store_deref_with_access(&b->nb, deref, inout->def, ~0, access); in _vtn_local_load_store()
507 _vtn_local_load_store(b, load, child, inout->elems[i], access); in _vtn_local_load_store()
514 _vtn_local_load_store(b, load, child, inout->elems[i], access); in _vtn_local_load_store()
599 struct vtn_ssa_value **inout) in _vtn_variable_load_store()
607 (*inout)->def = vtn_pointer_to_ssa(b, ptr); in _vtn_variable_load_store()
616 (*inout)->def = vtn_sampled_image_to_nir_ssa(b, si); in _vtn_variable_load_store()
621 (*inout)->def = vtn_pointer_to_descriptor(b, ptr); in _vtn_variable_load_store()
653 (*inout) in _vtn_variable_load_store()
491 _vtn_local_load_store(struct vtn_builder *b, bool load, nir_deref_instr *deref, struct vtn_ssa_value *inout, enum gl_access_qualifier access) _vtn_local_load_store() argument
596 _vtn_variable_load_store(struct vtn_builder *b, bool load, struct vtn_pointer *ptr, enum gl_access_qualifier access, struct vtn_ssa_value **inout) _vtn_variable_load_store() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dscrypt.c291 static void salsa208_word_specification(uint32_t inout[16]) in salsa208_word_specification() argument
296 memcpy(x, inout, sizeof(x)); in salsa208_word_specification()
332 inout[i] += x[i]; in salsa208_word_specification()

Completed in 20 milliseconds

12