Searched refs:passthru (Results 1 – 6 of 6) sorted by relevance
/external/autotest/tko/ |
D | nightly.py | 197 def abs_rel_link(myurl, passthru): argument 199 mod_passthru = passthru[:] 200 if 'absolute' in passthru: 373 def overview_thumb(test, metric, myurl, passthru): argument 374 pass_ = passthru + ['test=%s' % test] 477 print "<img src='%s?%s'>" % (self.myurl, '&'.join(self.passthru)) 479 link = abs_rel_link(self.myurl, self.passthru+['table']) 500 filtered_passthru=self.passthru) 576 print "<img src='%s?%s'>" % (self.myurl, '&'.join(self.passthru+varies)) 590 self.passthru.append('kernel=%s' % kernel) [all …]
|
/external/kernel-headers/original/uapi/sound/ |
D | hdsp.h | 65 unsigned char passthru; member
|
D | hdspm.h | 72 unsigned int passthru; member
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 3929 map<string, string> passthru = passthruFragments(); in addShaderCodeCustomVertex() local 3931 dst.spirvAsmSources.add("frag") << makeFragmentShaderAssembly(passthru); in addShaderCodeCustomVertex() 3939 map<string, string> passthru = passthruFragments(); in addShaderCodeCustomTessControl() local 3940 dst.spirvAsmSources.add("vert") << makeVertexShaderAssembly(passthru); in addShaderCodeCustomTessControl() 3942 dst.spirvAsmSources.add("tesse") << makeTessEvalShaderAssembly(passthru); in addShaderCodeCustomTessControl() 3943 dst.spirvAsmSources.add("frag") << makeFragmentShaderAssembly(passthru); in addShaderCodeCustomTessControl() 3951 map<string, string> passthru = passthruFragments(); in addShaderCodeCustomTessEval() local 3952 dst.spirvAsmSources.add("vert") << makeVertexShaderAssembly(passthru); in addShaderCodeCustomTessEval() 3953 dst.spirvAsmSources.add("tessc") << makeTessControlShaderAssembly(passthru); in addShaderCodeCustomTessEval() 3955 dst.spirvAsmSources.add("frag") << makeFragmentShaderAssembly(passthru); in addShaderCodeCustomTessEval() [all …]
|
/external/llvm/docs/ |
D | LangRef.rst | 7441 i32 8, <8 x i1> %mask, <8 x double> %passthru) 11311 …asked.load.v16f32 (<16 x float>* <ptr>, i32 <alignment>, <16 x i1> <mask>, <16 x float> <passthru>) 11312 …asked.load.v2f64 (<2 x double>* <ptr>, i32 <alignment>, <2 x i1> <mask>, <2 x double> <passthru>) 11314 ….load.v8p0f64 (<8 x double*>* <ptr>, i32 <alignment>, <8 x i1> <mask>, <8 x double*> <passthru>) 11316 ….load.v8p0f_i32f (<8 x i32 ()*>* <ptr>, i32 <alignment>, <8 x i1> <mask>, <8 x i32 ()*> <passthru>) 11321 …ff lanes in the result vector are taken from the corresponding lanes of the '``passthru``' operand. 11327 …return type, underlying type of the base pointer and the type of the '``passthru``' operand are th… 11334 …ctor load instruction followed by a 'select' between the loaded and the passthru values, predicate… 11339 …float> @llvm.masked.load.v16f32 (<16 x float>* %ptr, i32 4, <16 x i1>%mask, <16 x float> %passthru) 11343 %res = select <16 x i1> %mask, <16 x float> %loadlal, <16 x float> %passthru [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | avx512-intrinsics.ll | 2284 …st_vmulps_mask_passthru_rn(<16 x float> %a0, <16 x float> %a1, <16 x float> %passthru, i16 %mask) { 2292 <16 x float> %passthru, i16 %mask, i32 0) 2296 …st_vmulps_mask_passthru_rd(<16 x float> %a0, <16 x float> %a1, <16 x float> %passthru, i16 %mask) { 2304 <16 x float> %passthru, i16 %mask, i32 1) 2308 …st_vmulps_mask_passthru_ru(<16 x float> %a0, <16 x float> %a1, <16 x float> %passthru, i16 %mask) { 2316 <16 x float> %passthru, i16 %mask, i32 2) 2320 …st_vmulps_mask_passthru_rz(<16 x float> %a0, <16 x float> %a1, <16 x float> %passthru, i16 %mask) { 2328 <16 x float> %passthru, i16 %mask, i32 3)
|