Home
last modified time | relevance | path

Searched defs:type (Results 2801 - 2825 of 12363) sorted by relevance

1...<<111112113114115116117118119120>>...495

/third_party/vk-gl-cts/external/amber/src/src/
H A Dtokenizer.cc26 Token::Token(TokenType type) : type_(type) {} in Token() argument
H A Dtype_parser.cc79 AddPiece(FormatComponentType type, FormatMode mode, uint8_t bits) AddPiece() argument
138 FormatComponentType type = FormatComponentType::kA; ProcessChunk() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dsection_parser.cc29 bool SectionParser::HasShader(const NodeType type) { in HasShader() argument
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dimage_descriptor.cc27 ImageDescriptor(Buffer* buffer, DescriptorType type, Device* device, uint32_t base_mip_level, uint32_t desc_set, uint32_t binding, Pipeline* pipeline) ImageDescriptor() argument
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dparse_number.cpp57 ParseAndEncodeIntegerNumber( const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeIntegerNumber() argument
134 ParseAndEncodeFloatingPointNumber( const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeFloatingPointNumber() argument
192 ParseAndEncodeNumber(const char* text, const NumberType& type, std::function<void(uint32_t)> emit, std::string* error_msg) ParseAndEncodeNumber() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_id.cpp42 const spv_operand_type_t& type = operand.type; in UpdateIdUse() local
146 const spv_operand_type_t& type = operand.type; in IdPass() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.constant_test.cpp241 std::string type; member
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_non_uniform_test.cpp126 std::string type = std::get<1>(GetParam()); in TEST_P() local
133 sstr << type << " "; in TEST_P() local
159 std::string type = std::get<1>(GetParam()); in TEST_P() local
166 sstr << type << " "; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCLPlatformVk.cpp61 cl::DeviceType type; // TODO(jplate) Fetch device type from Vulkan in createDevices() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DUnpackAlignmentTest.cpp47 void getPixelSize(GLenum format, GLenum type, unsigned int *size) in getPixelSize() argument
90 void testAlignment(int alignment, unsigned int offset, GLenum format, GLenum type) in testAlignment() argument
H A DBlendMinMaxTest.cpp40 void runTest(GLenum colorFormat, GLenum type) in runTest() argument
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DPrecise_test.cpp139 spirv::IdRef type; in ValidateDecorations() local
H A DVariablePacker_test.cpp66 sh::ShaderVariable CreateShaderVariable(sh::GLenum type, int numVars) in CreateShaderVariable() argument
87 sh::GLenum type = types[tt]; in TEST() local
139 sh::GLenum type = types[tt]; TEST() local
167 sh::GLenum type = nonSqMatTypes[mt]; TEST() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.h57 ValidateDrawElements(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices) ValidateDrawElements() argument
67 ValidateVertexAttribPointer(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, VertexAttribType type, GLboolean normalized, GLsizei stride, const void *ptr) ValidateVertexAttribPointer() argument
/third_party/skia/src/gpu/gl/builders/
H A DGrGLShaderStringBuilder.cpp55 GrGLCompileAndAttachShader(const GrGLContext& glCtx, GrGLuint programId, GrGLenum type, const SkSL::String& glsl, GrThreadSafePipelineBuilder::Stats* stats, GrContextOptions::ShaderErrorHandler* errorHandler) GrGLCompileAndAttachShader() argument
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp23 static inline VkFormat attrib_type_to_vkformat(GrVertexAttribType type) { in attrib_type_to_vkformat() argument
/third_party/skia/src/gpu/
H A DGrAttachment.cpp38 SkString type; in dumpMemoryStatistics() local
/third_party/skia/src/gpu/dawn/
H A DGrDawnBuffer.cpp13 wgpu::BufferUsage GrGpuBufferTypeToDawnUsageBit(GrGpuBufferType type) { in GrGpuBufferTypeToDawnUsageBit() argument
30 GrDawnBuffer::GrDawnBuffer(GrDawnGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrDawnBuffer() argument
/third_party/skia/src/core/
H A DSkRecordPattern.h25 typedef T type; typedef in SkRecords::Is
48 typedef SkPaint type; typedef in SkRecords::IsDraw
H A DSkRecord.h143 SkRecords::Type type() const { return fType; } in type() function
[all...]
/third_party/skia/src/codec/
H A DSkParseEncodedOrigin.cpp34 uint16_t type = get_endian_short(data + 2, littleEndian); in parse_encoded_origin() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexDataManager.h31 sw::StreamType type; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DValue.hpp96 Struct(const std::string &type, const std::shared_ptr<Variables> &members) in Struct() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkQueryPool.hpp82 std::atomic<VkQueryType> type; member in vk::Query
107 const VkQueryType type; member in vk::QueryPool
H A DVkSemaphore.hpp56 VkSemaphoreType type; member in vk::Semaphore

Completed in 14 milliseconds

1...<<111112113114115116117118119120>>...495