OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:specConstants
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderTestUtil.hpp
94
std::vector<deUint32>
specConstants
;
vktSpvAsmInstructionTests.cpp
[
all
...]
vktSpvAsmComputeShaderCase.cpp
170
Move<VkPipeline> createComputePipeline (const DeviceInterface& vkdi, const VkDevice& device, VkPipelineLayout pipelineLayout, VkShaderModule shader, const char* entryPoint, const vector<deUint32>&
specConstants
)
172
const deUint32 numSpecConstants = (deUint32)
specConstants
.size();
190
specInfo.pData =
specConstants
.data();
345
Unique<VkPipeline> computePipeline (createComputePipeline(vkdi, device, *pipelineLayout, *module, m_shaderSpec.entryPoint.c_str(), m_shaderSpec.
specConstants
));
Completed in 35 milliseconds