Home
last modified time | relevance | path

Searched refs:offsetA (Results 1 – 7 of 7) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_mult_f16.c60 static const uint16_t offsetA[8] = { 0, 0, 2, 2, 0, 0, 2, 2 }; in arm_mat_mult_f16_2x2_mve() local
70 vecOffsA = vldrhq_u16((uint16_t const *) offsetA); in arm_mat_mult_f16_2x2_mve()
129 static const uint16_t offsetA[8] = { 0, 0, 0, 3, 3, 3, 6, 6 }; in arm_mat_mult_f16_3x3_mve() local
139 vecOffsA = vldrhq_u16((uint16_t const *) offsetA); in arm_mat_mult_f16_3x3_mve()
227 static const uint16_t offsetA[8] = { 0, 0, 0, 0, 4, 4, 4, 4 }; in arm_mat_mult_f16_4x4_mve() local
237 vecOffsA = vldrhq_u16((uint16_t const *) offsetA); in arm_mat_mult_f16_4x4_mve()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferComputeInstance.cpp195 deUint32 offsetA, in createDescriptorSet() argument
207 …vk::makeDescriptorBufferInfo(viewA, (vk::VkDeviceSize)offsetA, (vk::VkDeviceSize)sizeof(tcu::Vec4[… in createDescriptorSet()
DvktApiBufferComputeInstance.hpp64 vk::VkBuffer viewA, deUint32 offsetA,
/third_party/typescript/src/compiler/
Dcore.ts871 loopB: for (let offsetA = 0, offsetB = 0; offsetB < arrayB.length; offsetB++) {
877 loopA: for (const startA = offsetA; offsetA < arrayA.length; offsetA++) {
878 if (offsetA > startA) {
881 …Debug.assertGreaterThanOrEqual(comparer(arrayA[offsetA], arrayA[offsetA - 1]), Comparison.EqualTo);
884 switch (comparer(arrayB[offsetB], arrayA[offsetA])) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1592 …deUint32 offsetA = offsets[(setNdx * getInterfaceNumResources(shaderInterface)) % offsets… in createDescriptorSets() local
1608 …ayout, setNdx, descriptorPool, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offsetB… in createDescriptorSets()
1612 …ayout, setNdx, descriptorPool, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offsetB… in createDescriptorSets()
1616 …writeDescriptorSet(vki, device, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offset… in createDescriptorSets()
1620 …writeDescriptorSet(vki, device, descriptorType, shaderInterface, bufferA, offsetA, bufferB, offset… in createDescriptorSets()
1633 const deUint32 offsetA, in writeDescriptorSet() argument
1643 …vk::makeDescriptorBufferInfo(bufferA, (vk::VkDeviceSize)offsetA, (vk::VkDeviceSize)BUFFER_DATA_SIZ… in writeDescriptorSet()
1699 const deUint32 offsetA, in writeDescriptorSetWithTemplate() argument
1711 …vk::makeDescriptorBufferInfo(bufferA, (vk::VkDeviceSize)offsetA, (vk::VkDeviceSize)BUFFER_DATA_SIZ… in writeDescriptorSetWithTemplate()
2329 …escriptorSetLayout layout, deUint32 setNdx, vk::VkBuffer viewA, deUint32 offsetA, vk::VkBuffer vie…
[all …]
/third_party/typescript/lib/
DtypingsInstaller.js930 loopB: for (var offsetA = 0, offsetB = 0; offsetB < arrayB.length; offsetB++) {
935 loopA: for (var startA = offsetA; offsetA < arrayA.length; offsetA++) {
936 if (offsetA > startA) {
939 …ts.Debug.assertGreaterThanOrEqual(comparer(arrayA[offsetA], arrayA[offsetA - 1]), 0 /* Comparison.…
941 switch (comparer(arrayB[offsetB], arrayA[offsetA])) {
Dtsc.js833 loopB: for (var offsetA = 0, offsetB = 0; offsetB < arrayB.length; offsetB++) {
837 loopA: for (var startA = offsetA; offsetA < arrayA.length; offsetA++) {
838 if (offsetA > startA) {
839 … ts.Debug.assertGreaterThanOrEqual(comparer(arrayA[offsetA], arrayA[offsetA - 1]), 0);
841 switch (comparer(arrayB[offsetB], arrayA[offsetA])) {