Home
last modified time | relevance | path

Searched refs:m_interface (Results 1 – 25 of 29) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemContext.cpp35 , m_interface (m_context.getPlatformInterface()) in ProtectedContext()
40 …, m_device (makeProtectedMemDevice(m_interface, m_instance, m_vki, m_phyDevice, m_queueFamilyIn… in ProtectedContext()
54 , m_interface (m_context.getPlatformInterface()) in ProtectedContext()
60 …, m_device (makeProtectedMemDevice(m_interface, m_instance, m_vki, m_phyDevice, m_queueFamilyIn… in ProtectedContext()
62 , m_deviceDriver (m_interface, m_instance, *m_device) in ProtectedContext()
DvktProtectedMemContext.hpp83 const vk::PlatformInterface& m_interface; member in vkt::ProtectedMem::ProtectedContext
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutTests.cpp54 InterfaceBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase()
95 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructCase()
100 InterfaceBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructCase()
124 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructArrayCase()
129 InterfaceBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructArrayCase()
155 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructCase()
160 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase()
164 InterfaceBlock& block = m_interface.allocBlock("Block"); in BlockSingleNestedStructCase()
191 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructArrayCase()
194 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructArrayCase()
[all …]
DvktTransformFeedbackRandomLayoutCase.cpp156 …InterfaceBlock& block = m_interface.allocBlock(std::string("Block") + (char)('A' + m_blockNdx)… in generateBlock()
220 …StructType& structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx)… in generateType()
DvktTransformFeedbackFuzzLayoutCase.hpp332 ShaderInterface m_interface; member in vkt::TransformFeedback::InterfaceBlockCase
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp63 UniformBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase()
96 StructType& typeS = m_interface.allocStruct("S"); in init()
101 UniformBlock& block = m_interface.allocBlock("Block"); in init()
129 StructType& typeS = m_interface.allocStruct("S"); in init()
134 UniformBlock& block = m_interface.allocBlock("Block"); in init()
164 StructType& typeS = m_interface.allocStruct("S"); in init()
169 StructType& typeT = m_interface.allocStruct("T"); in init()
173 UniformBlock& block = m_interface.allocBlock("Block"); in init()
206 StructType& typeS = m_interface.allocStruct("S"); in init()
211 StructType& typeT = m_interface.allocStruct("T"); in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp127 …BufferBlock& block = m_interface.allocBlock((string("Block") + (char)('A' + m_blockNdx)).c_str(… in generateBlock()
239 …glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx… in generateType()
318 BufferBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase()
336 BufferBlock& block = m_interface.allocBlock("Block"); in BlockBasicUnsizedArrayCase()
367 StructType& typeS = m_interface.allocStruct("S"); in init()
372 BufferBlock& block = m_interface.allocBlock("Block"); in init()
400 StructType& typeS = m_interface.allocStruct("S"); in init()
405 BufferBlock& block = m_interface.allocBlock("Block"); in init()
435 StructType& typeS = m_interface.allocStruct("S"); in init()
440 StructType& typeT = m_interface.allocStruct("T"); in init()
[all …]
Des31fUniformBlockTests.cpp65 UniformBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase()
98 StructType& typeS = m_interface.allocStruct("S"); in init()
103 UniformBlock& block = m_interface.allocBlock("Block"); in init()
Des31fSSBOLayoutCase.cpp2114 computeReferenceLayout (refLayout, m_interface); in iterate()
2115 initRefDataStorage (m_interface, refLayout, initialData); in iterate()
2116 initRefDataStorage (m_interface, refLayout, writeData); in iterate()
2119 copyNonWrittenData (m_interface, refLayout, initialData.pointers, writeData.pointers); in iterate()
2121 …urces() << glu::ComputeSource(generateComputeShader(gl, m_glslVersion, m_interface, refLayout, ini… in iterate()
2168 const vector<int> bufferSizes = computeBufferSizes(m_interface, glLayout); in iterate()
2240 for (int blockDeclNdx = 0; blockDeclNdx < m_interface.getNumBlocks(); blockDeclNdx++) in iterate()
2242 const BufferBlock& block = m_interface.getBlock(blockDeclNdx); in iterate()
2291 int numBlocks = m_interface.getNumBlocks(); in compareStdBlocks()
2295 const BufferBlock& block = m_interface.getBlock(blockNdx); in compareStdBlocks()
[all …]
Des31fSSBOLayoutCase.hpp173 bb::ShaderInterface m_interface; member in deqp::gles31::SSBOLayoutCase
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp65 UniformBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase()
103 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructCase()
108 UniformBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructCase()
126 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructArrayCase()
131 UniformBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructArrayCase()
151 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructCase()
156 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase()
160 UniformBlock& block = m_interface.allocBlock("Block"); in BlockSingleNestedStructCase()
181 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructArrayCase()
186 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructArrayCase()
[all …]
DvktUniformBlockCase.hpp331 …bool usesBlockLayout (UniformFlags layoutFlag) const { return m_interface.usesBlockLayout(… in usesBlockLayout()
335 ShaderInterface m_interface; member in vkt::ubo::UniformBlockCase
DvktRandomUniformBlockCase.cpp106 UniformBlock& block = m_interface.allocBlock(std::string("Block") + (char)('A' + m_blockNdx)); in generateBlock()
200 …StructType& structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx)… in generateType()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockTests.cpp134 …UniformBlock& block = m_interface.allocBlock((string("Block") + (char)('A' + m_blockNdx)).c_s… in generateBlock()
221 …StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_… in generateType()
302 UniformBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase()
342 StructType& typeS = m_interface.allocStruct("S"); in init()
347 UniformBlock& block = m_interface.allocBlock("Block"); in init()
377 StructType& typeS = m_interface.allocStruct("S"); in init()
382 UniformBlock& block = m_interface.allocBlock("Block"); in init()
414 StructType& typeS = m_interface.allocStruct("S"); in init()
419 StructType& typeT = m_interface.allocStruct("T"); in init()
423 UniformBlock& block = m_interface.allocBlock("Block"); in init()
[all …]
DglcUniformBlockCase.cpp1353 computeStd140Layout(refLayout, m_interface); in iterate()
1379 generateVertexShader(vtxSrc, m_glslVersion, m_interface, refLayout, blockPointers); in iterate()
1380 generateFragmentShader(fragSrc, m_glslVersion, m_interface, refLayout, blockPointers); in iterate()
1531 int numBlocks = m_interface.getNumUniformBlocks(); in compareStd140Blocks()
1535 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); in compareStd140Blocks()
1613 int numBlocks = m_interface.getNumUniformBlocks(); in compareSharedBlocks()
1617 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); in compareSharedBlocks()
1688 int numBlocks = m_interface.getNumUniformBlocks(); in compareTypes()
1692 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); in compareTypes()
DglcUniformBlockCase.hpp368 ub::ShaderInterface m_interface; member in deqp::UniformBlockCase
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp140 …BufferBlock& block = m_interface.allocBlock((string("Block") + (char)('A' + m_blockNdx)).c_str(… in generateBlock()
268 …glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx… in generateType()
397 BufferBlock& block = m_interface.allocBlock("Block"); in BlockBasicTypeCase()
423 BufferBlock& block = m_interface.allocBlock("Block"); in BlockBasicUnsizedArrayCase()
475 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructCase()
480 BufferBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructCase()
506 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleStructArrayCase()
511 BufferBlock& block = m_interface.allocBlock("Block"); in BlockSingleStructArrayCase()
539 StructType& typeS = m_interface.allocStruct("S"); in BlockSingleNestedStructCase()
544 StructType& typeT = m_interface.allocStruct("T"); in BlockSingleNestedStructCase()
[all …]
DvktSSBOLayoutCase.cpp2179 const ShaderInterface& m_interface; member in vkt::ssbo::SSBOLayoutCaseInstance
2201 , m_interface (interface) in SSBOLayoutCaseInstance()
2236 const int numBindings = m_interface.getNumBlocks(); in iterate()
2239 const BufferBlock& block = m_interface.getBlock(bindingNdx); in iterate()
2290 const std::vector<int> bufferSizes = computeBufferSizes(m_interface, m_refLayout); in iterate()
2361 const BufferBlock& block = m_interface.getBlock(bindingNdx); in iterate()
2584 if (usesScalarLayout(m_interface)) in initPrograms()
2589 else if (usesRelaxedLayout(m_interface)) in initPrograms()
2600 …xt.isDeviceFunctionalitySupported("VK_KHR_relaxed_block_layout") && usesRelaxedLayout(m_interface)) in createInstance()
2602 if (!context.get16BitStorageFeatures().storageBuffer16BitAccess && uses16BitStorage(m_interface)) in createInstance()
[all …]
DvktSSBOLayoutCase.hpp250 ShaderInterface m_interface; member in vkt::ssbo::SSBOLayoutCase
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_proc_etmv3_impl.cpp39 m_interface(0) in EtmV3PktProcImpl()
59 m_interface->LogError(ocsdError(OCSD_ERR_SEV_ERROR,err)); in Configure()
102 m_interface->LogError(err); in processData()
121 m_interface->LogError(fatal); in processData()
159 m_interface = p_interface; in Initialise()
202 …dp_resp = m_interface->outputOnAllInterfaces(m_packet_index,&m_curr_packet,&type,m_currPacketData); in outputPacket()
209 … dp_resp = m_interface->outputOnAllInterfaces(m_packet_index,&m_curr_packet,&type,m_partPktData); in outputPacket()
325 if((by == 0x01) && (m_interface->getComponentOpMode() & ETMV3_OPFLG_UNFORMATTED_SOURCE)) in processHeaderByte()
Dtrc_pkt_proc_etmv3_impl.h138 TrcPktProcEtmV3 *m_interface; /**< The interface to the other decode components */ variable
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.hpp281 const DeviceInterface& m_interface; member
289 , m_device(device), m_interface(interface), m_buffer(buffer), m_allocation(allocation) in PixelBufferAccessBuffer()
295 invalidateAlloc(m_interface, m_device, **m_allocation); in invalidate()
/external/deqp/modules/glshared/
DglsRandomUniformBlockCase.cpp87 …UniformBlock& block = m_interface.allocBlock((string("Block") + (char)('A' + m_blockNdx)).c_str… in generateBlock()
173 …StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_… in generateType()
DglsUniformBlockCase.cpp1408 computeStd140Layout(refLayout, m_interface); in iterate()
1433 generateVertexShader(vtxSrc, m_glslVersion, m_interface, refLayout, blockPointers); in iterate()
1434 generateFragmentShader(fragSrc, m_glslVersion, m_interface, refLayout, blockPointers); in iterate()
1582 int numBlocks = m_interface.getNumUniformBlocks(); in compareStd140Blocks()
1586 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); in compareStd140Blocks()
1661 int numBlocks = m_interface.getNumUniformBlocks(); in compareSharedBlocks()
1665 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); in compareSharedBlocks()
1735 int numBlocks = m_interface.getNumUniformBlocks(); in compareTypes()
1739 const UniformBlock& block = m_interface.getUniformBlock(blockNdx); in compareTypes()
DglsUniformBlockCase.hpp264 ub::ShaderInterface m_interface; member in deqp::gls::UniformBlockCase

12