Home
last modified time | relevance | path

Searched refs:shaderRecordAddress (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingShaderBindingTableTests.cpp470 deUint8* shaderRecordAddress = hitAddressBegin + idx * shaderRecordAlignedSize + size_t(shaderGroupHandleSize); in initShaderBindingTables() local
472 deMemcpy(shaderRecordAddress, &shaderRecord, sizeof(tcu::UVec4)); in initShaderBindingTables()
502 deUint8* shaderRecordAddress = missAddressBegin + idx * shaderRecordAlignedSize + size_t(shaderGroupHandleSize); in initShaderBindingTables() local
504 deMemcpy(shaderRecordAddress, &shaderRecord, sizeof(tcu::UVec4)); in initShaderBindingTables()
535 deUint8* shaderRecordAddress = callAddressBegin + idx * shaderRecordAlignedSize + size_t(shaderGroupHandleSize); in initShaderBindingTables() local
537 deMemcpy(shaderRecordAddress, &shaderRecord, sizeof(tcu::UVec4)); in initShaderBindingTables()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingShaderBindingTableTests.cpp470 deUint8* shaderRecordAddress = hitAddressBegin + idx * shaderRecordAlignedSize + size_t(shaderGroupHandleSize); in initShaderBindingTables() local
472 deMemcpy(shaderRecordAddress, &shaderRecord, sizeof(tcu::UVec4)); in initShaderBindingTables()
502 deUint8* shaderRecordAddress = missAddressBegin + idx * shaderRecordAlignedSize + size_t(shaderGroupHandleSize); in initShaderBindingTables() local
504 deMemcpy(shaderRecordAddress, &shaderRecord, sizeof(tcu::UVec4)); in initShaderBindingTables()
535 deUint8* shaderRecordAddress = callAddressBegin + idx * shaderRecordAlignedSize + size_t(shaderGroupHandleSize); in initShaderBindingTables() local
537 deMemcpy(shaderRecordAddress, &shaderRecord, sizeof(tcu::UVec4)); in initShaderBindingTables()

Completed in 7 milliseconds