Home
last modified time | relevance | path

Searched refs:offsetB (Results 1 – 16 of 16) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferComputeInstance.cpp115 deUint32 offsetB, in createDescriptorSet() argument
126 …vk::makeDescriptorBufferInfo(viewB, (vk::VkDeviceSize)offsetB, (vk::VkDeviceSize)sizeof(tcu::Vec4[… in createDescriptorSet()
DvktApiBufferComputeInstance.hpp51 deUint32 offsetB,
/external/valgrind/VEX/priv/
Dhost_arm_defs.c2557 HReg rreg, Int offsetB, Bool mode64 ) in genSpill_ARM() argument
2560 vassert(offsetB >= 0); in genSpill_ARM()
2567 vassert(offsetB <= 4095); in genSpill_ARM()
2570 ARMAMode1_RI(hregARM_R8(), offsetB) ); in genSpill_ARM()
2577 vassert(0 == (offsetB & 3)); in genSpill_ARM()
2578 if (offsetB >= 1024) { in genSpill_ARM()
2579 Int offsetKB = offsetB / 1024; in genSpill_ARM()
2583 offsetB -= (1024 * offsetKB); in genSpill_ARM()
2586 vassert(offsetB <= 1020); in genSpill_ARM()
2590 mkARMAModeV(base, offsetB) ); in genSpill_ARM()
[all …]
Dhost_arm64_defs.c2505 HReg rreg, Int offsetB, Bool mode64 ) in genSpill_ARM64() argument
2508 vassert(offsetB >= 0); in genSpill_ARM64()
2515 vassert(0 == (offsetB & 7)); in genSpill_ARM64()
2516 offsetB >>= 3; in genSpill_ARM64()
2517 vassert(offsetB < 4096); in genSpill_ARM64()
2521 ARM64AMode_RI12(hregARM64_X21(), offsetB, 8) in genSpill_ARM64()
2525 vassert(0 == (offsetB & 7)); in genSpill_ARM64()
2526 vassert(offsetB >= 0 && offsetB < 32768); in genSpill_ARM64()
2528 rreg, hregARM64_X21(), offsetB); in genSpill_ARM64()
2533 vassert(0 == (offsetB & 15)); // check sane alignment in genSpill_ARM64()
[all …]
Dhost_tilegx_defs.c1202 Int offsetB ) in genSpill_TILEGX() argument
1205 vassert(offsetB >= 0); in genSpill_TILEGX()
1208 am = TILEGXAMode_IR(offsetB, TILEGXGuestStatePointer()); in genSpill_TILEGX()
1224 Int offsetB ) in genReload_TILEGX() argument
1228 am = TILEGXAMode_IR(offsetB, TILEGXGuestStatePointer()); in genReload_TILEGX()
Dhost_ppc_defs.h1124 HReg rreg, Int offsetB, Bool mode64 );
1126 HReg rreg, Int offsetB, Bool mode64 );
Dhost_x86_defs.c1706 HReg rreg, Int offsetB, Bool mode64 ) in genSpill_X86() argument
1709 vassert(offsetB >= 0); in genSpill_X86()
1713 am = X86AMode_IR(offsetB, hregX86_EBP()); in genSpill_X86()
1731 HReg rreg, Int offsetB, Bool mode64 ) in genReload_X86() argument
1734 vassert(offsetB >= 0); in genReload_X86()
1738 am = X86AMode_IR(offsetB, hregX86_EBP()); in genReload_X86()
Dhost_amd64_defs.c1955 HReg rreg, Int offsetB, Bool mode64 ) in genSpill_AMD64() argument
1958 vassert(offsetB >= 0); in genSpill_AMD64()
1962 am = AMD64AMode_IR(offsetB, hregAMD64_RBP()); in genSpill_AMD64()
1977 HReg rreg, Int offsetB, Bool mode64 ) in genReload_AMD64() argument
1980 vassert(offsetB >= 0); in genReload_AMD64()
1984 am = AMD64AMode_IR(offsetB, hregAMD64_RBP()); in genReload_AMD64()
Dhost_mips_defs.c1972 Int offsetB, Bool mode64) in genSpill_MIPS() argument
1975 vassert(offsetB >= 0); in genSpill_MIPS()
1978 am = MIPSAMode_IR(offsetB, GuestStatePointer(mode64)); in genSpill_MIPS()
2004 Int offsetB, Bool mode64) in genReload_MIPS() argument
2008 am = MIPSAMode_IR(offsetB, GuestStatePointer(mode64)); in genReload_MIPS()
Dhost_s390_defs.c470 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64) in genSpill_S390() argument
474 vassert(offsetB >= 0); in genSpill_S390()
479 am = s390_amode_for_guest_state(offsetB); in genSpill_S390()
496 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64) in genReload_S390() argument
500 vassert(offsetB >= 0); in genReload_S390()
505 am = s390_amode_for_guest_state(offsetB); in genReload_S390()
Dhost_ppc_defs.c2995 HReg rreg, Int offsetB, Bool mode64 ) in genSpill_PPC() argument
3000 am = PPCAMode_IR( offsetB, GuestStatePtr(mode64) ); in genSpill_PPC()
3025 HReg rreg, Int offsetB, Bool mode64 ) in genReload_PPC() argument
3030 am = PPCAMode_IR( offsetB, GuestStatePtr(mode64) ); in genReload_PPC()
/external/eigen/unsupported/Eigen/
DMPRealSupport157 … Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0, mpreal* /*unpackedB*/ = 0)
171 mpreal *B = const_cast<mpreal*>(blockB) + j*strideB + offsetB*actual_nr;
/external/pdfium/third_party/lcms2-2.6/src/
Dcmstypes.c2462 cmsUInt32Number offsetB; // Offset to first "B" curve in Type_LUTA2B_Read() local
2477 if (!_cmsReadUInt32Number(io, &offsetB)) return NULL; in Type_LUTA2B_Read()
2507 if (offsetB != 0) { in Type_LUTA2B_Read()
2508 …ipelineInsertStage(NewLUT, cmsAT_END, ReadSetOfCurves(self, io, BaseOffset + offsetB, outputChan))) in Type_LUTA2B_Read()
2669 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; in Type_LUTA2B_Write() local
2729 offsetB = io ->Tell(io) - BaseOffset; in Type_LUTA2B_Write()
2737 if (!_cmsWriteUInt32Number(io, offsetB)) return FALSE; in Type_LUTA2B_Write()
2778 cmsUInt32Number offsetB; // Offset to first "B" curve in Type_LUTB2A_Read() local
2794 if (!_cmsReadUInt32Number(io, &offsetB)) return NULL; in Type_LUTB2A_Read()
2804 if (offsetB != 0) { in Type_LUTB2A_Read()
[all …]
/external/eigen/Eigen/src/Core/products/
DGeneralBlockPanelKernel.h532 … Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0, RhsScalar* unpackedB=0);
539 Index strideA, Index strideB, Index offsetA, Index offsetB, RhsScalar* unpackedB)
559 traits.unpackRhs(depth*nr,&blockB[j2*strideB+offsetB*nr],unpackedB);
966 const RhsScalar* blB = &blockB[j2*strideB+offsetB*nr];
1010 traits.unpackRhs(depth, &blockB[j2*strideB+offsetB], unpackedB);
1088 const RhsScalar* blB = &blockB[j2*strideB+offsetB];
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1357 deUint32 offsetB) in createDescriptorSet() argument
1362 …vk::makeDescriptorBufferInfo(bufferB, (vk::VkDeviceSize)offsetB, (vk::VkDeviceSize)BUFFER_DATA_SIZ… in createDescriptorSet()
1833 …yout, vk::VkBuffer viewA, deUint32 offsetA, vk::VkBuffer viewB, deUint32 offsetB, vk::VkBuffer res…
1954 …yout, vk::VkBuffer viewA, deUint32 offsetA, vk::VkBuffer viewB, deUint32 offsetB, vk::VkBuffer res… in createDescriptorSet() argument
1960 …vk::makeDescriptorBufferInfo(viewB, (vk::VkDeviceSize)offsetB, (vk::VkDeviceSize)sizeof(tcu::Vec4[… in createDescriptorSet()
/external/clang/docs/
DUsersManual.rst1309 offsetB[.discriminator]: fnB:num_of_total_samples