Home
last modified time | relevance | path

Searched refs:pushConstantsBytes (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp227 vector<deUint8> pushConstantsBytes; in createPipelineLayout() local
228 pushConstants->getBytes(pushConstantsBytes); in createPipelineLayout()
230 range.size = static_cast<deUint32>(pushConstantsBytes.size()); in createPipelineLayout()
804 vector<deUint8> pushConstantsBytes; in iterate() local
805 m_shaderSpec.pushConstants->getBytes(pushConstantsBytes); in iterate()
807 const deUint32 size = static_cast<deUint32>(pushConstantsBytes.size()); in iterate()
808 const void* data = &pushConstantsBytes.front(); in iterate()
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3807 vector<deUint8> pushConstantsBytes; in runAndVerifyDefaultPipeline() local
3808 instance.pushConstants.getBuffer()->getBytes(pushConstantsBytes); in runAndVerifyDefaultPipeline()
3810 pushConstantRange.size = static_cast<deUint32>(pushConstantsBytes.size()); in runAndVerifyDefaultPipeline()
4273 vector<deUint8> pushConstantsBytes; in runAndVerifyDefaultPipeline() local
4274 instance.pushConstants.getBuffer()->getBytes(pushConstantsBytes); in runAndVerifyDefaultPipeline()
4276 const deUint32 size = static_cast<deUint32>(pushConstantsBytes.size()); in runAndVerifyDefaultPipeline()
4277 const void* data = &pushConstantsBytes.front(); in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp227 vector<deUint8> pushConstantsBytes; in createPipelineLayout() local
228 pushConstants->getBytes(pushConstantsBytes); in createPipelineLayout()
230 range.size = static_cast<deUint32>(pushConstantsBytes.size()); in createPipelineLayout()
804 vector<deUint8> pushConstantsBytes; in iterate() local
805 m_shaderSpec.pushConstants->getBytes(pushConstantsBytes); in iterate()
807 const deUint32 size = static_cast<deUint32>(pushConstantsBytes.size()); in iterate()
808 const void* data = &pushConstantsBytes.front(); in iterate()
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3804 vector<deUint8> pushConstantsBytes; in runAndVerifyDefaultPipeline() local
3805 instance.pushConstants.getBuffer()->getBytes(pushConstantsBytes); in runAndVerifyDefaultPipeline()
3807 pushConstantRange.size = static_cast<deUint32>(pushConstantsBytes.size()); in runAndVerifyDefaultPipeline()
4270 vector<deUint8> pushConstantsBytes; in runAndVerifyDefaultPipeline() local
4271 instance.pushConstants.getBuffer()->getBytes(pushConstantsBytes); in runAndVerifyDefaultPipeline()
4273 const deUint32 size = static_cast<deUint32>(pushConstantsBytes.size()); in runAndVerifyDefaultPipeline()
4274 const void* data = &pushConstantsBytes.front(); in runAndVerifyDefaultPipeline()

Completed in 16 milliseconds