Home
last modified time | relevance | path

Searched defs:const (Results 11601 - 11625 of 20727) sorted by relevance

1...<<461462463464465466467468469470>>...830

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayStencilAttachments.hpp49 inline glw::GLuint getDepth() const in getDepth() argument
53 inline glw::GLuint getHeight() const in getHeight() argument
57 inline glw::GLuint getWidth() const in getWidth() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSingleConfigTestPackage.cpp143 tcu::TestCaseExecutor* SingleConfigGL43TestPackage::createExecutor(void) const in createExecutor() argument
263 createExecutor(void) const createExecutor() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTestPackages.cpp171 tcu::TestCaseExecutor* GL30TestPackage::createExecutor(void) const in createExecutor() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceFeatures.cpp272 contains(const std::string &feature, bool throwIfNotExists) const contains() argument
286 isDeviceFeatureInitialized(VkStructureType sType) const isDeviceFeatureInitialized() argument
[all...]
H A DvkDeviceProperties.cpp178 contains(const std::string& property, bool throwIfNotExists) const contains() argument
192 isDevicePropertyInitialized(VkStructureType sType) const isDevicePropertyInitialized() argument
[all...]
/third_party/vk-gl-cts/execserver/
H A DxsPosixTestProcess.cpp306 int PosixTestProcess::getExitCode (void) const in getExitCode() argument
[all...]
H A DxsProtocol.cpp158 void Message::writeNoData (vector<deUint8>& buf) const in writeNoData() argument
171 void HelloMessage::write (vector<deUint8>& buf) const in write() argument
185 void TestMessage::write (vector<deUint8>& buf) const in write() argument
202 write(vector<deUint8>& buf) const write() argument
219 write(vector<deUint8>& buf) const write() argument
233 write(vector<deUint8>& buf) const write() argument
247 write(vector<deUint8>& buf) const write() argument
261 write(vector<deUint8>& buf) const write() argument
[all...]
/third_party/vk-gl-cts/executor/
H A DxeBatchResult.hpp59 size_t getSize (void) const { return m_data.size(); } in getSize() argument
60 const deUint8* getBytes (void) const { return !m_data.empty() ? &m_data[0] : DE_NULL; } in getBytes() argument
77 const char* getTestCasePath (void) const { return m_casePath.c_str(); } in getTestCasePath() argument
81 getStatusCode(void) const getStatusCode() argument
82 getStatusDetails(void) const getStatusDetails() argument
84 getDataSize(void) const getDataSize() argument
87 getData(void) const getData() argument
109 getSessionInfo(void) const getSessionInfo() argument
112 getNumTestCaseResults(void) const getNumTestCaseResults() argument
113 getTestCaseResult(int ndx) const getTestCaseResult() argument
[all...]
H A DxeCallQueue.cpp195 bool CallReader::isDataConsumed (void) const in isDataConsumed() argument
H A DxeCallQueue.hpp55 Function getFunction (void) const { return m_func; } in getFunction() argument
58 size_t getDataSize (void) const { return m_data.size(); } in getDataSize() argument
61 const deUint8* getData (void) const { return m_data.empty() ? DE_NULL : &m_data[0]; } in getData() argument
[all...]
H A DxeContainerFormatParser.cpp79 const char* ContainerFormatParser::getSessionInfoAttribute (void) const in getSessionInfoAttribute() argument
85 const char* ContainerFormatParser::getSessionInfoValue (void) const in getSessionInfoValue() argument
91 const char* ContainerFormatParser::getTestCasePath (void) const in getTestCasePath() argument
97 const char* ContainerFormatParser::getTerminateReason (void) const in getTerminateReason() argument
103 getDataSize(void) const getDataSize() argument
117 getChar(int offset) const getChar() argument
[all...]
H A DxeContainerFormatParser.hpp64 ContainerElement getElement (void) const { return m_element; } in getElement() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/include/amber/
H A Damber.h164 GetDelegate() const GetDelegate() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddescriptor.h69 uint32_t GetDescriptorSet() const { return descriptor_set_; } in GetDescriptorSet() argument
70 uint32_t GetBinding() const { return binding_; } in GetBinding() argument
72 DescriptorType GetDescriptorType() const { return type_; } in GetDescriptorType() argument
74 bool IsStorageBuffer() const { in IsStorageBuffer() argument
77 bool IsStorageBufferDynamic() const { in IsStorageBufferDynamic() argument
80 bool IsUniformBuffer() const { in IsUniformBuffer() argument
83 bool IsUniformBufferDynamic() const { in IsUniformBufferDynamic() argument
86 bool IsUniformTexelBuffer() const { in IsUniformTexelBuffer() argument
89 bool IsStorageTexelBuffer() const { in IsStorageTexelBuffer() argument
[all...]
H A Dpipeline.h47 bool IsGraphics() const { return pipeline_type_ == PipelineType::kGraphics; } in IsGraphics() argument
48 bool IsCompute() const { return pipeline_type_ == PipelineType::kCompute; } in IsCompute() argument
73 CommandBuffer* GetCommandBuffer() const { return command_.get(); } in GetCommandBuffer() argument
74 Device* GetDevice() const { return device_; } in GetDevice() argument
97 GetVkShaderStageInfo() const GetVkShaderStageInfo() argument
103 GetFenceTimeout() const GetFenceTimeout() argument
[all...]
H A Dtransfer_image.cc177 VkImageViewType TransferImage::GetImageViewType() const { in GetImageViewType() argument
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dilist.h91 T& operator*() const { return *node_; } in operator *() argument
92 T* operator->() const { return node_; } in operator ->() argument
249 begin() const begin() argument
255 end() const end() argument
261 cbegin() const cbegin() argument
267 cend() const cend() argument
277 empty() const empty() argument
303 front() const front() argument
310 back() const back() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dbasic_block.h51 uint32_t id() const { return id_; } in id() argument
54 const std::vector<BasicBlock*>* predecessors() const { in predecessors() argument
62 const std::vector<BasicBlock*>* successors() const { return &successors_; } in successors() argument
68 bool reachable() const { return reachable_; } in reachable() argument
71 bool is_type(BlockType type) const { in is_type() argument
110 label() const label() argument
119 terminator() const terminator() argument
126 operator ==(const BasicBlock& other) const operator ==() argument
129 operator ==(const uint32_t& other_id) const operator ==() argument
[all...]
H A Dconstruct.cpp34 ConstructType Construct::type() const { return type_; } in type() argument
36 const std::vector<Construct*>& Construct::corresponding_constructs() const { in corresponding_constructs() argument
65 const BasicBlock* Construct::entry_block() const { return entry_block_; } in entry_block() argument
68 const BasicBlock* Construct::exit_block() const { return exit_block_; } in exit_block() argument
73 Construct::ConstructBlockSet Construct::blocks(Function* function) const { in blocks() argument
136 bool Construct::IsStructuredExit(ValidationState_t& _, BasicBlock* dest) const { in IsStructuredExit() argument
[all...]
H A Dinstruction.h43 uint32_t id() const { return inst_.result_id; } in id() argument
44 uint32_t type_id() const { return inst_.type_id; } in type_id() argument
45 SpvOp opcode() const { return static_cast<SpvOp>(inst_.opcode); } in opcode() argument
49 const Function* function() const { return function_; } in function() argument
54 const BasicBlock* block() const { return block_; } in block() argument
61 const st argument
66 word(size_t index) const word() argument
69 words() const words() argument
72 operand(size_t idx) const operand() argument
77 operands() const operands() argument
82 c_inst() const c_inst() argument
85 ext_inst_type() const ext_inst_type() argument
89 IsNonSemantic() const IsNonSemantic() argument
95 IsDebugInfo() const IsDebugInfo() argument
102 GetOperandAs(size_t index) const GetOperandAs() argument
109 LineNum() const LineNum() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/link/
H A Dlinker_fixture.h209 GetErrorMessage() const GetErrorMessage() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dassembly_builder.h165 std::string GetCode() const { in GetCode() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/win32/
H A DDisplayVkWin32.cpp49 bool DisplayVkWin32::isValidNativeWindow(EGLNativeWindowType window) const in isValidNativeWindow() argument
176 const cha argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp590 getMemoryUsageStats(size_t *usedMemoryOut, size_t *allocatedMemoryOut) const getMemoryUsageStats() argument
611 dumpCommands(const char *separator) const dumpCommands() argument
[all...]
H A DResourceVk.h46 ANGLE_INLINE bool valid() const { return mUse != nullptr; } in valid() argument
89 ANGLE_INLINE bool usedInRecordedCommands() const in usedInRecordedCommands() argument
95 ANGLE_INLINE bool usedInRunningCommands(Serial lastCompletedSerial) const in usedInRunningCommands() argument
101 ANGLE_INLINE bool isCurrentlyInUse(Serial lastCompletedSerial) const in isCurrentlyInUse() argument
106 ANGLE_INLINE Serial getSerial() const in getSerial() argument
169 bool usedInRecordedCommands() const { return mUse.usedInRecordedCommands(); } in usedInRecordedCommands() argument
172 bool usedInRunningCommands(Serial lastCompletedSerial) const in usedInRunningCommands() argument
178 isCurrentlyInUse(Serial lastCompletedSerial) const isCurrentlyInUse() argument
203 retain(ResourceUseList *resourceUseList) const retain() argument
217 usedInRecordedCommands() const usedInRecordedCommands() argument
220 usedInRunningCommands(Serial lastCompletedSerial) const usedInRunningCommands() argument
226 isCurrentlyInUse(Serial lastCompletedSerial) const isCurrentlyInUse() argument
230 isCurrentlyInUseForWrite(Serial lastCompletedSerial) const isCurrentlyInUseForWrite() argument
260 retainReadOnly(ResourceUseList *resourceUseList) const retainReadOnly() argument
266 retainReadWrite(ResourceUseList *resourceUseList) const retainReadWrite() argument
[all...]

Completed in 19 milliseconds

1...<<461462463464465466467468469470>>...830