Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 816) sorted by relevance

12345678910>>...33

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
Dload_functions_table_autogen.cpp59 LoadImageFunctionInfo A1RGB5_ANGLEX_to_A1R5G5B5_UNORM(GLenum type) in A1RGB5_ANGLEX_to_A1R5G5B5_UNORM()
73 LoadImageFunctionInfo ALPHA_to_R16G16B16A16_FLOAT(GLenum type) in ALPHA_to_R16G16B16A16_FLOAT()
89 LoadImageFunctionInfo ALPHA_to_R32G32B32A32_FLOAT(GLenum type) in ALPHA_to_R32G32B32A32_FLOAT()
103 LoadImageFunctionInfo ALPHA_to_default(GLenum type) in ALPHA_to_default()
115 LoadImageFunctionInfo ALPHA16F_EXT_to_R16_FLOAT(GLenum type) in ALPHA16F_EXT_to_R16_FLOAT()
129 LoadImageFunctionInfo ALPHA16F_EXT_to_default(GLenum type) in ALPHA16F_EXT_to_default()
143 LoadImageFunctionInfo ALPHA32F_EXT_to_R32_FLOAT(GLenum type) in ALPHA32F_EXT_to_R32_FLOAT()
155 LoadImageFunctionInfo ALPHA32F_EXT_to_default(GLenum type) in ALPHA32F_EXT_to_default()
167 LoadImageFunctionInfo ALPHA8_EXT_to_A8_UNORM(GLenum type) in ALPHA8_EXT_to_A8_UNORM()
179 LoadImageFunctionInfo ALPHA8_EXT_to_R8G8B8A8_UNORM(GLenum type) in ALPHA8_EXT_to_R8G8B8A8_UNORM()
[all …]
/device/generic/vulkan-cereal/include/glm/gtx/
Dtype_trait.hpp41 struct type struct
43 static bool const is_vec = false;
44 static bool const is_mat = false;
45 static bool const is_quat = false;
46 static length_t const components = 0;
47 static length_t const cols = 0;
48 static length_t const rows = 0;
52 struct type<tvec1, T, P> struct
54 static bool const is_vec = true;
55 static bool const is_mat = false;
[all …]
/device/generic/vulkan-cereal/host-common/avd/
Dhardware-properties.ini26 type = string key
35 type = string key
43 type = integer key
52 type = integer key
59 type = string key
67 type = boolean key
74 type = boolean key
81 type = boolean key
95 type = boolean key
107 type = string key
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationGL33.cpp23 bool ValidateColorP3ui(const Context *context, GLenum type, GLuint color) in ValidateColorP3ui()
28 bool ValidateColorP3uiv(const Context *context, GLenum type, const GLuint *color) in ValidateColorP3uiv()
33 bool ValidateColorP4ui(const Context *context, GLenum type, GLuint color) in ValidateColorP4ui()
38 bool ValidateColorP4uiv(const Context *context, GLenum type, const GLuint *color) in ValidateColorP4uiv()
64 bool ValidateMultiTexCoordP1ui(const Context *context, GLenum texture, GLenum type, GLuint coords) in ValidateMultiTexCoordP1ui()
71 GLenum type, in ValidateMultiTexCoordP1uiv()
77 bool ValidateMultiTexCoordP2ui(const Context *context, GLenum texture, GLenum type, GLuint coords) in ValidateMultiTexCoordP2ui()
84 GLenum type, in ValidateMultiTexCoordP2uiv()
90 bool ValidateMultiTexCoordP3ui(const Context *context, GLenum texture, GLenum type, GLuint coords) in ValidateMultiTexCoordP3ui()
97 GLenum type, in ValidateMultiTexCoordP3uiv()
[all …]
/device/generic/vulkan-cereal/include/glm/detail/
Dtype_int.hpp83 typedef char type; typedef
89 typedef short type; typedef
95 typedef int type; typedef
101 typedef long type; typedef
107 typedef char type; typedef
113 typedef short type; typedef
119 typedef int type; typedef
125 typedef long type; typedef
135 typedef unsigned char type; typedef
141 typedef unsigned short type; typedef
[all …]
Dfunc_matrix.hpp40 typedef tmat2x2<T, P> type; typedef
46 typedef tmat3x2<T, P> type; typedef
52 typedef tmat4x2<T, P> type; typedef
58 typedef tmat2x3<T, P> type; typedef
64 typedef tmat3x3<T, P> type; typedef
70 typedef tmat4x3<T, P> type; typedef
76 typedef tmat2x4<T, P> type; typedef
82 typedef tmat3x4<T, P> type; typedef
88 typedef tmat4x4<T, P> type; typedef
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dutilities.cpp98 int VariableComponentCount(GLenum type) in VariableComponentCount()
103 GLenum VariableComponentType(GLenum type) in VariableComponentType()
183 size_t VariableComponentSize(GLenum type) in VariableComponentSize()
202 size_t VariableInternalSize(GLenum type) in VariableInternalSize()
208 size_t VariableExternalSize(GLenum type) in VariableExternalSize()
213 std::string GetGLSLTypeString(GLenum type) in GetGLSLTypeString()
261 GLenum VariableBoolVectorType(GLenum type) in VariableBoolVectorType()
288 int VariableRowCount(GLenum type) in VariableRowCount()
374 int VariableColumnCount(GLenum type) in VariableColumnCount()
460 bool IsSamplerType(GLenum type) in IsSamplerType()
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
Dbuiltin_variables.json71 "type":{ object
80 "type":{ object
89 "type":{ object
98 "type":{ object
107 "type":{ object
116 "type":{ object
125 "type":{ object
134 "type":{ object
143 "type":{ object
154 "type":{ object
[all …]
DUtilsHLSL.cpp46 const char *SamplerString(const TBasicType type) in SamplerString()
58 const char *SamplerString(HLSLTextureGroup type) in SamplerString()
70 HLSLTextureGroup TextureGroup(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) in TextureGroup()
350 const char *TextureString(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) in TextureString()
355 const char *TextureGroupSuffix(const HLSLTextureGroup type) in TextureGroupSuffix()
420 const char *TextureGroupSuffix(const TBasicType type, in TextureGroupSuffix()
426 const char *TextureTypeSuffix(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) in TextureTypeSuffix()
497 HLSLRWTextureGroup RWTextureGroup(const TBasicType type, in RWTextureGroup()
707 const char *RWTextureString(const TBasicType type, TLayoutImageInternalFormat imageInternalFormat) in RWTextureString()
712 const char *RWTextureGroupSuffix(const HLSLRWTextureGroup type) in RWTextureGroupSuffix()
[all …]
DBaseTypes.h209 inline bool IsSampler(TBasicType type) in IsSampler()
214 inline bool IsImage(TBasicType type) in IsImage()
219 inline bool IsAtomicCounter(TBasicType type) in IsAtomicCounter()
224 inline bool IsOpaqueType(TBasicType type) in IsOpaqueType()
229 inline bool IsIntegerSampler(TBasicType type) in IsIntegerSampler()
285 inline bool IsIntegerSamplerUnsigned(TBasicType type) in IsIntegerSamplerUnsigned()
320 inline bool IsSampler2DMS(TBasicType type) in IsSampler2DMS()
333 inline bool IsSampler2DMSArray(TBasicType type) in IsSampler2DMSArray()
346 inline bool IsFloatImage(TBasicType type) in IsFloatImage()
370 inline bool IsIntegerImage(TBasicType type) in IsIntegerImage()
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/config/vu-to-json/
Dvu_schema.json5 "type": "object", string
11 "schema version": {"type": "integer", "const": 2}, string
12 "api version": {"type": "string"}, string
13 "comment": {"type": "string"}, string
14 "date": {"type": "string"} string
30 "type": "array", string
37 "type": "object", string
43 "type": "string", string
49 "type": "string" string
/device/generic/goldfish-opengl/system/vulkan_enc/
DResources.cpp31 #define GOLDFISH_VK_NEW_DISPATCHABLE_FROM_HOST_IMPL(type) \ argument
53 #define GOLDFISH_VK_NEW_TRIVIAL_NON_DISPATCHABLE_FROM_HOST_IMPL(type) \ argument
65 #define GOLDFISH_VK_AS_GOLDFISH_IMPL(type) \ argument
70 #define GOLDFISH_VK_GET_HOST_IMPL(type) \ argument
77 #define GOLDFISH_VK_DELETE_GOLDFISH_IMPL(type) \ argument
83 #define GOLDFISH_VK_IDENTITY_IMPL(type) \ argument
88 #define GOLDFISH_VK_NEW_DISPATCHABLE_FROM_HOST_U64_IMPL(type) \ argument
110 #define GOLDFISH_VK_NEW_TRIVIAL_NON_DISPATCHABLE_FROM_HOST_U64_IMPL(type) \ argument
123 #define GOLDFISH_VK_GET_HOST_U64_IMPL(type) \ argument
DResources.h41 #define GOLDFISH_VK_DEFINE_DISPATCHABLE_HANDLE_STRUCT(type) \ argument
56 #define GOLDFISH_VK_DEFINE_TRIVIAL_NON_DISPATCHABLE_HANDLE_STRUCT(type) \ argument
65 #define GOLDFISH_VK_NEW_FROM_HOST_DECL(type) \ argument
68 #define GOLDFISH_VK_AS_GOLDFISH_DECL(type) \ argument
71 #define GOLDFISH_VK_GET_HOST_DECL(type) \ argument
74 #define GOLDFISH_VK_DELETE_GOLDFISH_DECL(type) \ argument
77 #define GOLDFISH_VK_IDENTITY_DECL(type) \ argument
80 #define GOLDFISH_VK_NEW_FROM_HOST_U64_DECL(type) \ argument
83 #define GOLDFISH_VK_GET_HOST_U64_DECL(type) \ argument
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_3_3_autogen.cpp77 void GL_APIENTRY ColorP3ui(GLenum type, GLuint color) in ColorP3ui()
95 void GL_APIENTRY ColorP3uiv(GLenum type, const GLuint *color) in ColorP3uiv()
113 void GL_APIENTRY ColorP4ui(GLenum type, GLuint color) in ColorP4ui()
131 void GL_APIENTRY ColorP4uiv(GLenum type, const GLuint *color) in ColorP4uiv()
383 void GL_APIENTRY MultiTexCoordP1ui(GLenum texture, GLenum type, GLuint coords) in MultiTexCoordP1ui()
404 void GL_APIENTRY MultiTexCoordP1uiv(GLenum texture, GLenum type, const GLuint *coords) in MultiTexCoordP1uiv()
427 void GL_APIENTRY MultiTexCoordP2ui(GLenum texture, GLenum type, GLuint coords) in MultiTexCoordP2ui()
448 void GL_APIENTRY MultiTexCoordP2uiv(GLenum texture, GLenum type, const GLuint *coords) in MultiTexCoordP2uiv()
471 void GL_APIENTRY MultiTexCoordP3ui(GLenum texture, GLenum type, GLuint coords) in MultiTexCoordP3ui()
492 void GL_APIENTRY MultiTexCoordP3uiv(GLenum texture, GLenum type, const GLuint *coords) in MultiTexCoordP3uiv()
[all …]
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.cpp23 bool isSamplerType(GLenum type) { in isSamplerType()
49 bool isIntegerType(GLenum type) { in isIntegerType()
74 bool isUnsignedIntType(GLenum type) { in isUnsignedIntType()
91 bool isBoolType(GLenum type) { in isBoolType()
103 uint32_t getColumnsOfType(GLenum type) { in getColumnsOfType()
196 uint32_t getRowsOfType(GLenum type) { in getRowsOfType()
290 uint32_t getAttributeCountOfType(GLenum type) { in getAttributeCountOfType()
384 size_t glSizeof(GLenum type) in glSizeof()
843 int size, GLenum type, unsigned int stride, in glUtilsPackPointerData()
870 int size, GLenum type, unsigned int stride, in glUtilsWritePackPointerData()
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp432 typedef GLbyte type; typedef
437 typedef GLubyte type; typedef
442 typedef GLshort type; typedef
447 typedef GLushort type; typedef
452 typedef GLuint type; typedef
457 typedef GLfloat type; typedef
479 typedef float type; typedef
484 typedef short type; typedef
489 typedef short type; typedef
494 typedef unsigned char type; typedef
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/out/katex/
Dkatex.js840 type: "text" property
849 type: "color" property
1894 children.push({type: "kern", size: size}); property
2422 {type: "elem", elem: submid} property
2439 {type: "elem", elem: supmid} property
2462 {type: "elem", elem: submid, shift: subShift}, property
2463 {type: "elem", elem: supmid, shift: -supShift} property
2549 {type: "elem", elem: denomreset, shift: denomShift}, property
2550 {type: "elem", elem: numerreset, shift: -numShift} property
2579 {type: "elem", elem: denomreset, shift: denomShift}, property
[all …]
/device/generic/vulkan-cereal/stream-servers/gles1_dec/
DGLESv1Decoder.cpp142 void GLESv1Decoder::s_glVertexPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GL… in s_glVertexPointerOffset()
148 void GLESv1Decoder::s_glColorPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLu… in s_glColorPointerOffset()
154 void GLESv1Decoder::s_glTexCoordPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, … in s_glTexCoordPointerOffset()
160 void GLESv1Decoder::s_glNormalPointerOffset(void *self, GLenum type, GLsizei stride, GLuint offset) in s_glNormalPointerOffset()
166 void GLESv1Decoder::s_glPointSizePointerOffset(void *self, GLenum type, GLsizei stride, GLuint offs… in s_glPointSizePointerOffset()
172 void GLESv1Decoder::s_glWeightPointerOffset(void * self, GLint size, GLenum type, GLsizei stride, G… in s_glWeightPointerOffset()
178 void GLESv1Decoder::s_glMatrixIndexPointerOffset(void * self, GLint size, GLenum type, GLsizei stri… in s_glMatrixIndexPointerOffset()
193 void GLESv1Decoder::s_glVertexPointerData(void *self, GLint size, GLenum type, GLsizei stride, void… in s_glVertexPointerData()
210 void GLESv1Decoder::s_glColorPointerData(void *self, GLint size, GLenum type, GLsizei stride, void … in s_glColorPointerData()
227 void GLESv1Decoder::s_glTexCoordPointerData(void *self, GLint unit, GLint size, GLenum type, GLsize… in s_glTexCoordPointerData()
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DIntermNode_test.cpp38 TIntermSymbol *createTestSymbol(const TType &type) in createTestSymbol()
59 TType type(EbtFloat, EbpHigh); in createTestSymbol() local
72 const TType *type = new TType(arg->getAsTyped()->getType()); in createTestFunction() local
142 const TType *type = StaticType::Get<EbtInt, EbpHigh, EvqTemporary, 1, 1>(); in TEST_F() local
160 TType type(EbtInt, EbpHigh); in TEST_F() local
178 TType type(EbtFloat, EbpHigh); in TEST_F() local
197 TType type(EbtFloat, EbpHigh); in TEST_F() local
247 TType type(EbtFloat, EbpHigh); in TEST_F() local
DQualificationOrderESSL31_test.cpp54 const TType &type = node->getType(); in TEST_F() local
77 const TType &type = node->getType(); in TEST_F() local
102 const TType &type = node->getType(); in TEST_F() local
129 const TType &type = node->getType(); in TEST_F() local
157 const TType &type = node->getType(); in TEST_F() local
/device/generic/vulkan-cereal/base/
DGLObjectCounter.cpp37 static constexpr size_t toIndex(NamedObjectType type) { in toIndex()
43 void incCount(size_t type) { in incCount()
50 void decCount(size_t type) { in decCount()
100 void GLObjectCounter::incCount(size_t type) { in incCount()
104 void GLObjectCounter::decCount(size_t type) { in decCount()
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DBlitFramebufferPerf.cpp27 const char *BufferTypeString(BufferType type) in BufferTypeString()
44 GLbitfield BufferTypeMask(BufferType type) in BufferTypeMask()
61 GLenum BufferTypeFormat(BufferType type) in BufferTypeFormat()
78 GLenum BufferTypeAttachment(BufferType type) in BufferTypeAttachment()
118 BufferType type = BufferType::COLOR; member
233 BlitFramebufferParams D3D11(BufferType type, unsigned int samples) in D3D11()
/device/generic/vulkan-cereal/third-party/angle/src/third_party/libXNVCtrl/
DNVCtrlLib.h586 int type; member
599 int type; member
610 int type; member
624 int type; member
635 int type; member
650 int type; member
661 int type; member
674 int type; member
685 int type; member
698 int type; member
/device/generic/vulkan-cereal/protocols/vulkan/out/katex/contrib/
Dauto-render.min.js1 …unction(e,t,r){var n=e("./splitAtDelimiters");var a=function(e,t){var r=[{type:"text",data:e}];for… property
/device/generic/vulkan-cereal/protocols/vulkan/katex/contrib/
Dauto-render.mjs44 type: "text", property
59 type: "text", property
71 type: "math", property
83 type: "text", property
98 type: "text", property

12345678910>>...33