/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferComputeInstance.cpp | 197 deUint32 offsetB, in createDescriptorSet() argument 208 …vk::makeDescriptorBufferInfo(viewB, (vk::VkDeviceSize)offsetB, (vk::VkDeviceSize)sizeof(tcu::Vec4[… in createDescriptorSet()
|
D | vktApiBufferComputeInstance.hpp | 66 deUint32 offsetB,
|
/external/valgrind/VEX/priv/ |
D | host_arm_defs.c | 2557 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 …]
|
D | host_arm64_defs.c | 2505 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 …]
|
D | host_tilegx_defs.c | 1202 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()
|
D | host_ppc_defs.h | 1124 HReg rreg, Int offsetB, Bool mode64 ); 1126 HReg rreg, Int offsetB, Bool mode64 );
|
D | host_x86_defs.c | 1706 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()
|
D | host_amd64_defs.c | 1955 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()
|
D | host_mips_defs.c | 1972 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()
|
D | host_s390_defs.c | 470 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()
|
D | host_ppc_defs.c | 2995 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/ |
D | MPRealSupport | 175 Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0) 191 const mpreal *B = blockB + j*strideB + offsetB;
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralBlockPanelKernel.h | 887 Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0); 895 Index strideA, Index strideB, Index offsetA, Index offsetB) 960 const RhsScalar* blB = &blockB[j2*strideB+offsetB*nr]; 1089 const RhsScalar* blB = &blockB[j2*strideB+offsetB]; 1191 const RhsScalar* blB = &blockB[j2*strideB+offsetB*nr]; 1293 const RhsScalar* blB = &blockB[j2*strideB+offsetB]; 1383 const RhsScalar* blB = &blockB[j2*strideB+offsetB*nr]; 1463 const RhsScalar* blB = &blockB[j2*strideB+offsetB]; 1524 const RhsScalar* blB = &blockB[j2*strideB+offsetB*nr]; 1658 const RhsScalar* blB = &blockB[j2*strideB+offsetB];
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmstypes.c | 2468 cmsUInt32Number offsetB; // Offset to first "B" curve in Type_LUTA2B_Read() local 2483 if (!_cmsReadUInt32Number(io, &offsetB)) return NULL; in Type_LUTA2B_Read() 2516 if (offsetB != 0) { in Type_LUTA2B_Read() 2517 …ipelineInsertStage(NewLUT, cmsAT_END, ReadSetOfCurves(self, io, BaseOffset + offsetB, outputChan))) in Type_LUTA2B_Read() 2678 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; in Type_LUTA2B_Write() local 2738 offsetB = io ->Tell(io) - BaseOffset; in Type_LUTA2B_Write() 2746 if (!_cmsWriteUInt32Number(io, offsetB)) return FALSE; in Type_LUTA2B_Write() 2787 cmsUInt32Number offsetB; // Offset to first "B" curve in Type_LUTB2A_Read() local 2806 if (!_cmsReadUInt32Number(io, &offsetB)) return NULL; in Type_LUTB2A_Read() 2816 if (offsetB != 0) { in Type_LUTB2A_Read() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 1598 deUint32 offsetB, in createDescriptorSet() argument 1625 …criptorPool, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offsetB, *descriptorSet, … in createDescriptorSet() 1629 …criptorPool, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offsetB, *descriptorSet, … in createDescriptorSet() 1633 …criptorPool, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offsetB, *descriptorSet, … in createDescriptorSet() 1637 …criptorPool, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offsetB, *descriptorSet, … in createDescriptorSet() 1652 const deUint32 offsetB, in writeDescriptorSet() argument 1662 …vk::makeDescriptorBufferInfo(bufferB, (vk::VkDeviceSize)offsetB, (vk::VkDeviceSize)BUFFER_DATA_SIZ… in writeDescriptorSet() 1699 const deUint32 offsetB, in writeDescriptorSetWithTemplate() argument 1710 …vk::makeDescriptorBufferInfo(bufferB, (vk::VkDeviceSize)offsetB, (vk::VkDeviceSize)BUFFER_DATA_SIZ… in writeDescriptorSetWithTemplate() 2299 …yout, vk::VkBuffer viewA, deUint32 offsetA, vk::VkBuffer viewB, deUint32 offsetB, vk::VkBuffer res… [all …]
|
/external/clang/docs/ |
D | UsersManual.rst | 1350 offsetB[.discriminator]: fnB:num_of_total_samples
|