Home
last modified time | relevance | path

Searched refs:blockIdx (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/compat/cuda/
H A Dcuda_runtime.h108 #define blockIdx (getBlockIdx()) macro
/third_party/skia/third_party/externals/angle2/src/image_util/
H A Dloadimage_etc.cpp1188 for (size_t blockIdx = 0; blockIdx < 2; blockIdx++) in transcodeIndividualOrDifferentialBlockToBC1()
1191 blockIdx); in transcodeIndividualOrDifferentialBlockToBC1()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp2503 for (deInt32 blockIdx = 0u; blockIdx < m_interface.getNumBlocks(); blockIdx++) in checkSupport()
2505 blockCount += m_interface.getBlock(blockIdx).getArraySize() ? m_interface.getBlock(blockIdx).getArraySize() : 1u; in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp2503 for (deInt32 blockIdx = 0u; blockIdx < m_interface.getNumBlocks(); blockIdx++) in checkSupport()
2505 blockCount += m_interface.getBlock(blockIdx).getArraySize() ? m_interface.getBlock(blockIdx).getArraySize() : 1u; in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp8794 for (deUint32 blockIdx = 0; blockIdx < kMaxOffset; ++blockIdx)
8796 const auto blockStart = kBlockSize * blockIdx;
8797 const auto copySize = blockIdx + 1u;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp8521 for (deUint32 blockIdx = 0; blockIdx < kMaxOffset; ++blockIdx) in bufferOffsetTest()
8523 const auto blockStart = kBlockSize * blockIdx; in bufferOffsetTest()
8524 const auto copySize = blockIdx + 1u; in bufferOffsetTest()

Completed in 50 milliseconds