Home
last modified time | relevance | path

Searched refs:arrayIdx (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_build_util.h115 Location(unsigned array, unsigned arrayIdx, unsigned i, unsigned c) in Location()
116 : array(array), arrayIdx(arrayIdx), i(i), c(c) { } in Location()
118 : array(l.array), arrayIdx(l.arrayIdx), i(l.i), c(l.c) { } in Location()
123 array == l.array && arrayIdx == l.arrayIdx && i == l.i && c == l.c; in operator ==()
129 arrayIdx != l.arrayIdx ? arrayIdx < in operator <()
135 unsigned array, arrayIdx, i, c; global() member
165 unsigned array, arrayIdx; global() member in nv50_ir::BuildUtil::DataArray
[all...]
H A Dnv50_ir_build_util.cpp500 BuildUtil::DataArray::setup(unsigned array, unsigned arrayIdx,
505 this->arrayIdx = arrayIdx;
H A Dnv50_ir_from_tgsi.cpp4302 Converter::DataArray *array = conv.getArrayForFile(l.array, l.arrayIdx); in updateCallArgs()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp112 deUint32 getReferenceData (deUint32 arrayIdx, deUint32 dynamicAreaIdx = 0) const { return m_data[arrayIdx].data[dynamicAreaIdx]; } in getReferenceData() argument
463 for (deUint32 arrayIdx = 0; arrayIdx < m_arraySize; arrayIdx++) in Descriptor()
465 const bool written = arrayIdx >= writeStart && arrayIdx < writeStart + elementsToWrite; in Descriptor()
469 data.push_back(m_id + arrayIdx * m_numDynamicAreas + dynamicAreaIdx); in Descriptor()
572 for (deUint32 arrayIdx = 0; arrayIdx < m_arraySiz
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp112 deUint32 getReferenceData (deUint32 arrayIdx, deUint32 dynamicAreaIdx = 0) const { return m_data[arrayIdx].data[dynamicAreaIdx]; } in getReferenceData() argument
463 for (deUint32 arrayIdx = 0; arrayIdx < m_arraySize; arrayIdx++) in Descriptor()
465 const bool written = arrayIdx >= writeStart && arrayIdx < writeStart + elementsToWrite; in Descriptor()
469 data.push_back(m_id + arrayIdx * m_numDynamicAreas + dynamicAreaIdx); in Descriptor()
572 for (deUint32 arrayIdx = 0; arrayIdx < m_arraySiz
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmCompositeInsertTests.cpp150 for (deUint32 arrayIdx = 0; arrayIdx < arraySize; arrayIdx++) in getNestedStructCompositeInserts()
152 ret += string("%tmp") + de::toString(arrayIdx * 4 + vectorIdx + 1) + " = OpCompositeInsert %Output %identity" + de::toString(vectorIdx) + " %tmp" + de::toString(arrayIdx * 4 + vectorIdx) + " 0 0 " + de::toString(arrayIdx) + " " + de::toString(vectorIdx) + "\n"; in getNestedStructCompositeInserts()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmCompositeInsertTests.cpp150 for (deUint32 arrayIdx = 0; arrayIdx < arraySize; arrayIdx++) in getNestedStructCompositeInserts()
152 ret += string("%tmp") + de::toString(arrayIdx * 4 + vectorIdx + 1) + " = OpCompositeInsert %Output %identity" + de::toString(vectorIdx) + " %tmp" + de::toString(arrayIdx * 4 + vectorIdx) + " 0 0 " + de::toString(arrayIdx) + " " + de::toString(vectorIdx) + "\n"; in getNestedStructCompositeInserts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDataLayout.cpp826 if (int64_t arrayIdx = cast<ConstantInt>(Idx)->getSExtValue())
827 Result += arrayIdx * getTypeAllocSize(GTI.getIndexedType());

Completed in 16 milliseconds