| /third_party/spirv-tools/source/ |
| H A D | text_handler.cpp | 188 uint32_t AssemblyContext::getBound() const { return bound_; } in getBound() argument 223 char AssemblyContext::peek() const { in peek() argument 227 bool AssemblyContext::hasText() const { in hasText() argument 341 getTypeOfTypeGeneratingValue(uint32_t value) const getTypeOfTypeGeneratingValue() argument 349 getTypeOfValueInstruction(uint32_t value) const getTypeOfValueInstruction() argument 377 getExtInstTypeForId(uint32_t id) const getExtInstTypeForId() argument 385 GetNumericIds() const GetNumericIds() argument [all...] |
| /third_party/spirv-tools/source/util/ |
| H A D | small_vector.h | 208 operator [](size_t i) const operator []() argument 216 size() const size() argument 232 begin() const begin() argument 240 cbegin() const cbegin() argument 250 end() const end() argument 258 cend() const cend() argument 262 data() const data() argument 266 front() const front() argument 390 empty() const empty() argument [all...] |
| H A D | timer.h | 155 virtual long RSS() const { in RSS() argument 163 virtual long PageFault() const { in PageFault() argument [all...] |
| /third_party/spirv-tools/source/val/ |
| H A D | basic_block.h | 51 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 73 const std::vector<BasicBlock*>* structural_predecessors() const { in structural_predecessors() argument 83 const std::vector<BasicBlock*>* structural_successors() const { in structural_successors() argument 88 bool reachable() const { retur argument 91 structurally_reachable() const structurally_reachable() argument 94 is_type(BlockType type) const is_type() argument 149 label() const label() argument 158 terminator() const terminator() argument 165 operator ==(const BasicBlock& other) const operator ==() argument 168 operator ==(const uint32_t& other_id) const operator ==() argument [all...] |
| H A D | function.cpp | 51 bool Function::IsFirstBlock(uint32_t block_id) const { in IsFirstBlock() argument 190 size_t Function::block_count() const { return blocks_.size(); } in block_count() argument 192 size_t Function::undefined_block_count() const { in undefined_block_count() argument 196 const std::vector<BasicBlock*>& Function::ordered_blocks() const { in ordered_blocks() argument 201 const BasicBlock* Function::current_block() const { return current_block_; } in current_block() argument 204 const std::list<Construct>& Function::constructs() const { in constructs() argument 209 first_block() const first_block() argument 218 IsBlockType(uint32_t merge_block_id, BlockType type) const IsBlockType() argument 228 GetBlock(uint32_t block_id) const GetBlock() argument 248 AugmentedCFGSuccessorsFunction() const AugmentedCFGSuccessorsFunction() argument 256 AugmentedCFGPredecessorsFunction() const AugmentedCFGPredecessorsFunction() argument 264 AugmentedStructuralCFGSuccessorsFunction() const AugmentedStructuralCFGSuccessorsFunction() argument [all...] |
| H A D | function.h | 142 id() const id() argument 145 GetResultTypeId() const GetResultTypeId() argument 149 undefined_blocks() const undefined_blocks() argument 177 pseudo_entry_block() const pseudo_entry_block() argument 183 pseudo_exit_block() const pseudo_exit_block() argument 241 function_call_targets() const function_call_targets() argument [all...] |
| /third_party/spirv-tools/test/ |
| H A D | unit_spirv.h | 77 const std::vector<uint32_t>& value() const { return value_; } in value() argument 80 std::string str() const { in str() argument 154 value() const value() argument 156 name() const name() argument 158 operands() const operands() argument [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fDepthTests.cpp | 91 shadeVertices(const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const shadeVertices() argument 97 shadeFragments(rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const shadeFragments() argument [all...] |
| H A D | es3fFboTestUtil.hpp | 206 getReason(void) const getReason() argument [all...] |
| H A D | es3fInteger64StateQueryTests.cpp | 72 const char* StateVerifier::getTestNamePostfix (void) const in getTestNamePostfix() argument [all...] |
| H A D | es3fRandomFragmentOpTests.cpp | 415 getCompareThreshold(void) const getCompareThreshold() argument [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fBasicComputeShaderTests.cpp | 68 void* getPtr (void) const { return m_ptr; } in getPtr() argument 69 void* operator* (void) const { return m_ptr; } in operator *() argument [all...] |
| H A D | es31fFboNoAttachmentTests.cpp | 414 getWidth(void) const getWidth() argument 429 getHeight(void) const getHeight() argument 444 getSamples(void) const getSamples() argument [all...] |
| H A D | es31fPrimitiveBoundingBoxTests.cpp | 83 const float& BoundingBox::getComponentAccess (int ndx) const in getComponentAccess() argument [all...] |
| H A D | es31fProgramInterfaceDefinition.cpp | 228 isValid(void) const isValid() argument [all...] |
| H A D | es31fSSBOArrayLengthTests.cpp | 235 genComputeSource(void) const genComputeSource() argument [all...] |
| H A D | es31fSSBOLayoutCase.hpp | 71 const char* getName (void) const { return m_name.c_str(); } in getName() argument 72 const glu::VarType& getType (void) const { return m_type; } in getType() argument 73 deUint32 getFlags (void) const { return m_flags; } in getFlags() argument 89 const char* getBlockName (void) const { retur argument 90 getInstanceName(void) const getInstanceName() argument 91 isArray(void) const isArray() argument 92 getArraySize(void) const getArraySize() argument 93 getFlags(void) const getFlags() argument 100 getLastUnsizedArraySize(int instanceNdx) const getLastUnsizedArraySize() argument 104 begin(void) const begin() argument 106 end(void) const end() argument 129 getNumBlocks(void) const getNumBlocks() argument 130 getBlock(int ndx) const getBlock() argument [all...] |
| H A D | es31fSampleVariableTests.cpp | 75 bool verify (const tcu::RGBA& testColor, const tcu::IVec2& position) const in verify() argument 81 void logInfo (tcu::TestLog& log) const in logInfo() argument 103 verify(const tcu::RGBA& testColor, const tcu::IVec2& position) const verify() argument 118 logInfo(tcu::TestLog& log) const logInfo() argument 131 verify(const tcu::RGBA& testColor, const tcu::IVec2& position) const verify() argument 137 logInfo(tcu::TestLog& log) const logInfo() argument 171 verify(const tcu::RGBA& testColor, const tcu::IVec2& position) const verify() argument 182 logInfo(tcu::TestLog& log) const logInfo() argument 194 verify(const tcu::RGBA& testColor, const tcu::IVec2& position) const verify() argument 201 logInfo(tcu::TestLog& log) const logInfo() argument [all...] |
| H A D | es31fShaderMultisampleInterpolationTests.cpp | 140 getIterationDescription(int iteration) const getIterationDescription() argument 249 genVertexSource(int numTargetSamples) const genVertexSource() argument 301 genFragmentSource(int numTargetSamples) const genFragmentSource() argument 354 getIterationDescription(int iteration) const getIterationDescription() argument [all...] |
| H A D | es31fShaderStateQueryTests.cpp | 165 checkRequirements(void) const checkRequirements() argument 183 getInfos(void) const getInfos() argument 213 getInfos(void) const getInfos() argument 243 getInfos(void) const getInfos() argument 274 getInfos(void) const getInfos() argument 290 checkRequirements(void) const checkRequirements() argument 310 getInfos(void) const getInfos() argument 342 getInfos(void) const getInfos() argument 358 checkRequirements(void) const checkRequirements() argument [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsAttributeLocationTests.hpp | 50 const std::string& getName (void) const { return m_name; } in getName() argument 51 deUint32 getLocationSize (void) const { return m_locationSize; } in getLocationSize() argument 52 deUint32 getGLTypeEnum (void) const { return m_glTypeEnum; } in getGLTypeEnum() argument 71 bool operator== (const Cond& other) const { return m_negate == other.m_negate && m_name == other.m_name; } in operator ==() argument 72 bool operator!= (const Cond& other) const { retur in operator ==() argument 73 getName(void) const getName() argument 74 getNegate(void) const getNegate() argument 102 getType(void) const getType() argument 103 getName(void) const getName() argument 104 getLayoutLocation(void) const getLayoutLocation() argument 105 getCondition(void) const getCondition() argument 106 getArraySize(void) const getArraySize() argument 121 getAttributeName(void) const getAttributeName() argument 122 getLocation(void) const getLocation() argument [all...] |
| H A D | glsBufferTestUtil.hpp | 95 const deUint8* getPtr (int offset = 0) const { retur in getPtr() argument 140 getMinSize(void) const getMinSize() argument 141 getAlignment(void) const getAlignment() argument 158 getMinSize(void) const getMinSize() argument 159 getAlignment(void) const getAlignment() argument 170 getMinSize(void) const getMinSize() argument 171 getAlignment(void) const getAlignment() argument 217 getMinSize(void) const getMinSize() argument 218 getAlignment(void) const getAlignment() argument 237 getMinSize(void) const getMinSize() argument 238 getAlignment(void) const getAlignment() argument 249 getMinSize(void) const getMinSize() argument 250 getAlignment(void) const getAlignment() argument 269 getMinSize(void) const getMinSize() argument 270 getAlignment(void) const getAlignment() argument [all...] |
| H A D | glsCalibration.hpp | 155 int getCallCount (void) const { return m_measureState.numDrawCalls; } in getCallCount() argument 163 const CalibratorParameters& getParameters (void) const { retur argument 164 getMeasureState(void) const getMeasureState() argument 165 getCalibrationInfo(void) const getCalibrationInfo() argument [all...] |
| H A D | glsFragmentOpUtil.cpp | 177 render(const Quad& quad) const render() argument [all...] |
| H A D | glsRandomShaderProgram.cpp | 155 refreshUniforms(void) const refreshUniforms() argument 169 shadeVertices(const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const shadeVertices() argument 248 shadeFragments(rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const shadeFragments() argument [all...] |