OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_bindinglocation
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.hpp
294
:
m_bindingLocation
(bindingLocation)
301
const deUint32
m_bindingLocation
;
333
executor.setupUniformData(vkDevice, vk, queue, queueFamilyIndex, memAlloc,
m_bindingLocation
, m_descriptorType, sizeof(T), &m_data);
366
executor.setupUniformArray(vkDevice, vk, queue, queueFamilyIndex, memAlloc,
m_bindingLocation
, m_descriptorType, (deUint32)m_data.size(), sizeof(T), &m_data[0]);
vktShaderExecutor.cpp
[
all
...]
Completed in 155 milliseconds