Home
last modified time | relevance | path

Searched defs:type (Results 4951 - 4975 of 10607) sorted by relevance

1...<<191192193194195196197198199200>>...425

/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dparser.cc174 auto type = type_parser.Parse(token->AsString()); in ProcessRequireBlock() local
194 auto type = type_parser.Parse(token->AsString()); in ProcessRequireBlock() local
300 auto type in ProcessIndicesBlock() local
363 auto type = parser.Parse(fmt_name.substr(1, fmt_name.length())); ProcessVertexDataBlock() local
391 auto* type = header.format->GetType(); ProcessVertexDataBlock() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpipeline.cc121 VkDescriptorType type = desc->GetVkDescriptorType(); in CreateDescriptorPools() local
39 Pipeline( PipelineType type, Device* device, uint32_t fence_timeout_ms, const std::vector<VkPipelineShaderStageCreateInfo>& shader_stage_info) Pipeline() argument
H A Dvertex_buffer_test.cc178 auto type = parser.Parse("R8G8B8A8_UINT"); in TEST_F() local
197 auto type = parser.Parse("R16G16B16A16_UINT"); in TEST_F() local
216 auto type = parser.Parse("R32G32B32A32_UINT"); in TEST_F() local
235 auto type = parser.Parse("R64G64B64A64_UINT"); in TEST_F() local
254 auto type = parser.Parse("R8G8B8A8_SNORM"); in TEST_F() local
273 auto type = parser.Parse("R16G16B16A16_SNORM"); TEST_F() local
292 auto type = parser.Parse("R32G32B32A32_SINT"); TEST_F() local
311 auto type = parser.Parse("R64G64B64A64_SINT"); TEST_F() local
329 auto type = parser.Parse("R32G32B32_SFLOAT"); TEST_F() local
346 auto type = parser.Parse("R64G64B64_SFLOAT"); TEST_F() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dfunction.cpp110 spv_result_t Function::RegisterSetFunctionDeclType(FunctionDecl type) { in RegisterSetFunctionDeclType() argument
H A Dvalidate_constants.cpp26 auto type = _.FindDef(inst->type_id()); in ValidateConstantBool() local
[all...]
H A Dvalidate_interfaces.cpp113 spv_result_t NumConsumedLocations(ValidationState_t& _, const Instruction* type, in NumConsumedLocations() argument
182 NumConsumedComponents(ValidationState_t& _, const Instruction* type) NumConsumedComponents() argument
228 auto type = _.FindDef(type_id); GetLocationsForVariable() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dinstruction_test.cpp389 Instruction* type = context->get_def_use_mgr()->GetDef(8); TEST_F() local
429 Instruction* type = context->get_def_use_mgr()->GetDef(8); TEST_F() local
472 Instruction* type = context->get_def_use_mgr()->GetDef(10); TEST_F() local
515 Instruction* type = context->get_def_use_mgr()->GetDef(10); TEST_F() local
725 Instruction* type = context->get_def_use_mgr()->GetDef(i); TEST_F() local
[all...]
H A Dtype_manager_test.cpp879 const Type* type = context->get_type_mgr()->GetType(2u); in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_capability_test.cpp2019 spvCoreOperandTableNameLookup(spv_target_env env, const spv_operand_table table, const spv_operand_type_t type, const char* name, const size_t nameLength) spvCoreOperandTableNameLookup() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DParallelShaderCompileTest.cpp83 GLuint CompileShader(GLenum type, const std::string &source) in CompileShader() argument
H A DDebugTest.cpp195 GLenum type; member
249 const GLenum type = GL_DEBUG_TYPE_OTHER; in TEST_P() local
293 const GLenum type = GL_DEBUG_TYPE_OTHER; in TEST_P() local
202 Callback(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, const void *userParam) Callback() argument
356 const GLenum type = GL_DEBUG_TYPE_OTHER; TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DQueryVk.cpp32 bool IsRenderPassQuery(ContextVk *contextVk, gl::QueryType type) in IsRenderPassQuery() argument
47 bool IsEmulatedTransformFeedbackQuery(ContextVk *contextVk, gl::QueryType type) in IsEmulatedTransformFeedbackQuery() argument
58 QueryVk *GetShareQuery(ContextVk *contextVk, gl::QueryType type) in GetShareQuery() argument
88 QueryVk *GetOnRenderPassStartEndShareQuery(ContextVk *contextVk, gl::QueryType type) in GetOnRenderPassStartEndShareQuery() argument
106 QueryVk::QueryVk(gl::QueryType type) in QueryVk() argument
[all...]
H A DSyncVk.cpp450 initialize(const egl::Display *display, const gl::Context *context, EGLenum type) initialize() argument
H A DMemoryObjectVk.cpp168 createImage(ContextVk *contextVk, gl::TextureType type, size_t levels, GLenum internalFormat, const gl::Extents &size, GLuint64 offset, vk::ImageHelper *image, GLbitfield createFlags, GLbitfield usageFlags, const void *imageCreateInfoPNext) createImage() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DBufferSubData.cpp132 GLsizeiptr GetVertexData(GLenum type, in GetVertexData() argument
H A DDrawElementsPerf.cpp19 GLuint CreateElementArrayBuffer(size_t count, GLenum type, GLenum usage) in CreateElementArrayBuffer() argument
57 GLenum type = GL_UNSIGNED_INT; member
[all...]
H A DMapBufferRange.cpp143 GLsizei GetVertexData(GLenum type, in GetVertexData() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.h733 ValidateFloatVertexFormat(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, VertexAttribType type) ValidateFloatVertexFormat() argument
743 ValidateIntegerVertexFormat(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, VertexAttribType type) ValidateIntegerVertexFormat() argument
1035 ValidateDrawElementsBase(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, DrawElementsType type) ValidateDrawElementsBase() argument
1066 ValidateDrawElementsCommon(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLsizei primcount) ValidateDrawElementsCommon() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DInitOutputVariables_test.cpp67 TIntermTyped *CreateLValueNode(const ImmutableString &lValueName, const TType &type) in CreateLValueNode() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DFramebufferNULL.cpp85 readPixels(const gl::Context *context, const gl::Rectangle &origArea, GLenum format, GLenum type, const gl::PixelPackState &pack, gl::Buffer *packBuffer, void *ptrOrOffset) readPixels() argument
/third_party/skia/src/gpu/geometry/
H A DGrShape.h91 Type type() const { return fType; } type() function in GrShape
235 setType(Type type) setType() argument
243 reset(Type type) reset() argument
[all...]
H A DGrQuadBuffer.h248 const float* GrQuadBuffer<T>::unpackQuad(GrQuad::Type type, const float* coords, GrQuad* quad) const { in unpackQuad() argument
H A DGrQuad.h146 GrQuad(const skvx::Vec<4, float>& xs, const skvx::Vec<4, float>& ys, Type type) in GrQuad() argument
153 GrQuad(const skvx::Vec<4, float>& xs, const skvx::Vec<4, float>& ys, const skvx::Vec<4, float>& ws, Type type) GrQuad() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DCpuDescriptorManager.cpp122 Make( GrD3DGpu* gpu, D3D12_DESCRIPTOR_HEAP_TYPE type, unsigned int numDescriptors) Make() argument
/third_party/skia/src/gpu/vk/
H A DGrVkBuffer.cpp258 static VkAccessFlags buffer_type_to_access_flags(GrGpuBufferType type) { argument

Completed in 24 milliseconds

1...<<191192193194195196197198199200>>...425