Home
last modified time | relevance | path

Searched defs:type (Results 8176 - 8200 of 10596) sorted by relevance

1...<<321322323324325326327328329330>>...424

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcKHRDebugTests.cpp2152 GLenum type; inspectMessageLog() local
2231 GLenum type; verifyEmptyLog() local
[all...]
H A DglcTextureRepeatModeTests.cpp238 GLenum type; member
1223 GLenum type = internalFormatStruct.type; in iterate() local
637 clearTextures(GLenum target, GLsizei width, GLsizei height, GLint lod, GLenum internalformat, GLenum type, GLenum format) const clearTextures() argument
H A DglcUniformBlockTests.cpp194 VarType type = generateType(rnd, 0, true); in generateUniform() local
280 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType() local
627 glw::GLenum type; in Link() member
807 glw::GLenum type; in Test() member
298 BlockBasicTypeCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion, const VarType& type, deUint32 layoutFlags, int numInstances) BlockBasicTypeCase() argument
930 glu::DataType type = basicTypes[basicTypeNdx]; init() local
980 glu::DataType type = basicTypes[basicTypeNdx]; init() local
1134 glu::DataType type = basicTypes[basicTypeNdx]; init() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.hpp188 void setShaderType (ShaderType type) { m_shaderType = type; } in setShaderType() argument
212 SubgroupFactory(deqp::Context& context, tcu::TestNodeType type, const std::string& name, const std::string& desc, in SubgroupFactory() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessVertexArraysTests.cpp315 glw::GLenum const type; in BuildProgram() member in gl4cts::DirectStateAccess::VertexArrays::Shader::glw
883 glw::GLenum const type; in PrepareProgram() member in gl4cts::DirectStateAccess::VertexArrays::Shader::glw
1330 glw::GLenum const type; in PrepareProgram() member in gl4cts::DirectStateAccess::VertexArrays::Shader::glw
1956 glw::GLenum const type; PrepareProgram() member in gl4cts::DirectStateAccess::VertexArrays::Shader::glw
2651 glw::GLenum const type; PrepareProgram() member in gl4cts::DirectStateAccess::VertexArrays::Shader::glw
3114 glw::GLenum const type; PrepareProgram() member in gl4cts::DirectStateAccess::VertexArrays::Shader::glw
[all...]
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser.cc68 std::unique_ptr<type::Type> type; in ToType() local
392 ToShaderType(const std::string& str, ShaderType* type) ToShaderType() argument
432 ToPipelineType(const std::string& str, PipelineType* type) ToPipelineType() argument
668 auto type = token->AsString(); ParsePipelineAttach() local
1039 ToBufferType(const std::string& name, BufferType* type) ToBufferType() argument
1968 auto type = s.get(); ParseStruct() local
2104 auto type = script_->ParseType(token->AsString()); ParseBuffer() local
2984 auto type = token->AsString(); ParseExpect() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.h99 void SetShaderType(ShaderType type) { shader_type_ = type; } in SetShaderType() argument
151 PushConstantType type; member
196 BufferType type = BufferType::kUnknown; member
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dcommand_parser.cc593 auto type = tp.Parse(token->AsString()); in ProcessSSBO() local
648 auto type = parser.Parse("R8_SINT"); in ProcessSSBO() local
751 auto type = tp.Parse(token->AsString()); ProcessUniform() local
2032 auto type = tp.Parse(token->AsString()); ProcessProbeSSBO() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dhex_float.h526 struct negatable_left_shift<N, typename std::enable_if<N >= 0>::type> { global() struct in spvtools::utils::round_direction::HexFloat::negatable_left_shift
540 struct negatable_right_shift<N, typename std::enable_if<N >= 0>::type> { global() struct in spvtools::utils::round_direction::HexFloat::negatable_right_shift
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_builtins.cpp168 uint32_t GetVUIDForBuiltin(SpvBuiltIn builtIn, VUIDError type) { in GetVUIDForBuiltin() argument
[all...]
H A Dvalidate_cfg.cpp410 ConstructNames( ConstructType type) ConstructNames() argument
[all...]
H A Dvalidate_extensions.cpp52 auto type = _.FindDef(id); in IsIntScalar() local
[all...]
H A Dvalidate_memory.cpp41 bool IsAllowedTypeOrArrayOfSame(ValidationState_t& _, const Instruction* type, in IsAllowedTypeOrArrayOfSame() argument
943 const auto type = _.FindDef(type_id); ValidateStore() local
1442 auto type = state.FindDef(type_id); ValidateCooperativeMatrixLengthNV() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES32.cpp173 ValidateDebugMessageControl(const Context *context, angle::EntryPoint entryPoint, GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) ValidateDebugMessageControl() argument
185 ValidateDebugMessageInsert(const Context *context, angle::EntryPoint entryPoint, GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) ValidateDebugMessageInsert() argument
218 ValidateDrawElementsBaseVertex(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) ValidateDrawElementsBaseVertex() argument
229 ValidateDrawElementsInstancedBaseVertex(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLsizei count, DrawElementsType type, const void *indices, GLsizei instancecount, GLint basevertex) ValidateDrawElementsInstancedBaseVertex() argument
242 ValidateDrawRangeElementsBaseVertex(const Context *context, angle::EntryPoint entryPoint, PrimitiveMode mode, GLuint start, GLuint end, GLsizei count, DrawElementsType type, const void *indices, GLint basevertex) ValidateDrawRangeElementsBaseVertex() argument
532 ValidateReadnPixels(const Context *context, angle::EntryPoint entryPoint, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *data) ValidateReadnPixels() argument
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp165 GLuint GL_APIENTRY GL_CreateShader(GLenum type) in GL_CreateShader() argument
341 GL_GetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) GL_GetActiveAttrib() argument
377 GL_GetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) GL_GetActiveUniform() argument
2407 GL_VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) GL_VertexAttribPointer() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py1066 type=int, variable
1096 type=int, variable
1105 type=int, variable
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DUniformBufferTest.cpp355 GLenum type; in TEST_P() local
434 GLenum type; in TEST_P() local
[all...]
H A DMultisampledRenderToTextureTest.cpp136 GLenum type; member
570 GLenum type = glType ? glType->type : GL_UNSIGNED_BYTE; in createAndAttachColorAttachment() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp884 getIndexRange(const gl::Context *context, gl::DrawElementsType type, size_t offset, size_t count, bool primitiveRestartEnabled, gl::IndexRange *outRange) getIndexRange() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.cpp265 void GL_APIENTRY GL_ColorPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in GL_ColorPointer() argument
1378 void GL_APIENTRY GL_NormalPointer(GLenum type, GLsizei stride, const void *pointer) in GL_NormalPointer() argument
1802 void GL_APIENTRY GL_TexCoordPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) in GL_TexCoordPointer() argument
2089 GL_VertexPointer(GLint size, GLenum type, GLsizei stride, const void *pointer) GL_VertexPointer() argument
[all...]
H A Dentry_points_egl_ext_autogen.cpp782 EGLSyncKHR EGLAPIENTRY EGL_CreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in EGL_CreateSyncKHR() argument
H A Degl_ext_stubs.cpp106 CreateSyncKHR(Thread *thread, Display *display, EGLenum type, const AttributeMap &attributes) CreateSyncKHR() argument
H A Dentry_points_gles_3_1_autogen.cpp143 GLuint GL_APIENTRY GL_CreateShaderProgramv(GLenum type, GLsizei count, const GLchar *const *strings) in GL_CreateShaderProgramv() argument
281 void GL_APIENTRY GL_DrawElementsIndirect(GLenum mode, GLenum type, const void *indirect) in GL_DrawElementsIndirect() argument
2008 GL_VertexAttribFormat(GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) GL_VertexAttribFormat() argument
2042 GL_VertexAttribIFormat(GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) GL_VertexAttribIFormat() argument
[all...]
H A Dentry_points_gles_3_2_autogen.cpp254 GL_DebugMessageControl(GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) GL_DebugMessageControl() argument
290 GL_DebugMessageInsert(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) GL_DebugMessageInsert() argument
349 GL_DrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex) GL_DrawElementsBaseVertex() argument
384 GL_DrawElementsInstancedBaseVertex(GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex) GL_DrawElementsInstancedBaseVertex() argument
422 GL_DrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) GL_DrawRangeElementsBaseVertex() argument
1080 GL_ReadnPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) GL_ReadnPixels() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp199 PerfTestDebugCallback(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *message, const void *userParam) PerfTestDebugCallback() argument

Completed in 51 milliseconds

1...<<321322323324325326327328329330>>...424