Home
last modified time | relevance | path

Searched defs:value (Results 12951 - 12975 of 17218) sorted by relevance

1...<<511512513514515516517518519520>>...689

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp1236 vk::VkSamplerYcbcrRange value; member
1243 vk::VkChromaLocation value; member
1327 const vk::VkSamplerYcbcrModelConversion value; member
1350 vk::VkFilter value; member
1376 vk::VkImageTiling value; member
1386 deUint32 value; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMarkerTests.cpp356 const deUint32 value = i; in bufferMarkerOverwrite() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp89 inline deUint32 u32(const T& value) in u32() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp579 static void setDataFloat(void *base, VkComponentTypeNV dt, deUint32 i, float value) in setDataFloat() argument
605 static void setDataInt(void *base, VkComponentTypeNV dt, deUint32 i, deUint32 value) in setDataInt() argument
1249 deUint32 value; createCooperativeMatrixTests() member
1256 deUint32 value[2]; createCooperativeMatrixTests() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp296 float value; in getNormalFPValue() local
306 double value; in getNormalFPValue() local
316 tcu::Float16 value; in getNormalFPValue() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAllocationTests.cpp119 T roundUpToNextMultiple (T value, T multiple) in roundUpToNextMultiple() argument
H A DvktMemoryRequirementsTests.cpp227 T nextEnum (T value) in nextEnum() argument
233 T nextFlag (T value) in nextFlag() argument
242 T nextFlagExcluding (T value, T excludedFlags) in nextFlagExcluding() argument
249 bool validValueVkBool32 (const VkBool32 value) in validValueVkBool32() argument
2087 VkImageTiling value; populateMultiplaneTestGroup() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderConditionalRenderingTestsEXT.cpp88 std::string paddedHex (uint32_t value) in paddedHex() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLCommandQueue.cpp41 getInfo(CommandQueueInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const getInfo() argument
H A DSurface.cpp364 Error Surface::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp558 getConfigAttribIfExtension(EGLConfig config, EGLint attribute, T *value, const char *extension, const U &defaultValue) const getConfigAttribIfExtension() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h47 EnumIterator(E value) : mValue(static_cast<UnderlyingType>(value)) {} in EnumIterator() argument
425 const GLenum value = static_cast<GLenum>(from); in ToGLenum() local
665 GLuint value; global() member
671 constexpr static bool value = true; global() member
697 static constexpr bool value = false; global() member
777 int value; global() member
782 uint32_t value; global() member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.cpp794 CaptureProgramUniform1fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLfloat *value) CaptureProgramUniform1fv() argument
841 CaptureProgramUniform1iv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLint *value) CaptureProgramUniform1iv() argument
888 CaptureProgramUniform1uiv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLuint *value) CaptureProgramUniform1uiv() argument
937 CaptureProgramUniform2fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLfloat *value) CaptureProgramUniform2fv() argument
986 CaptureProgramUniform2iv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLint *value) CaptureProgramUniform2iv() argument
1035 CaptureProgramUniform2uiv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLuint *value) CaptureProgramUniform2uiv() argument
1086 CaptureProgramUniform3fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLfloat *value) CaptureProgramUniform3fv() argument
1137 CaptureProgramUniform3iv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLint *value) CaptureProgramUniform3iv() argument
1188 CaptureProgramUniform3uiv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLuint *value) CaptureProgramUniform3uiv() argument
1241 CaptureProgramUniform4fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLfloat *value) CaptureProgramUniform4fv() argument
1294 CaptureProgramUniform4iv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLint *value) CaptureProgramUniform4iv() argument
1347 CaptureProgramUniform4uiv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, const GLuint *value) CaptureProgramUniform4uiv() argument
1379 CaptureProgramUniformMatrix2fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix2fv() argument
1413 CaptureProgramUniformMatrix2x3fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix2x3fv() argument
1447 CaptureProgramUniformMatrix2x4fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix2x4fv() argument
1481 CaptureProgramUniformMatrix3fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix3fv() argument
1515 CaptureProgramUniformMatrix3x2fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix3x2fv() argument
1549 CaptureProgramUniformMatrix3x4fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix3x4fv() argument
1583 CaptureProgramUniformMatrix4fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix4fv() argument
1617 CaptureProgramUniformMatrix4x2fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix4x2fv() argument
1651 CaptureProgramUniformMatrix4x3fv(const State &glState, bool isCallValid, ShaderProgramID programPacked, UniformLocation locationPacked, GLsizei count, GLboolean transpose, const GLfloat *value) CaptureProgramUniformMatrix4x3fv() argument
[all...]
H A Dcapture_gles_2_0_params.cpp756 CaptureUniform1fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLfloat *value, ParamCapture *paramCapture) CaptureUniform1fv_value() argument
766 CaptureUniform1iv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLint *value, ParamCapture *paramCapture) CaptureUniform1iv_value() argument
776 CaptureUniform2fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLfloat *value, ParamCapture *paramCapture) CaptureUniform2fv_value() argument
786 CaptureUniform2iv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLint *value, ParamCapture *paramCapture) CaptureUniform2iv_value() argument
796 CaptureUniform3fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLfloat *value, ParamCapture *paramCapture) CaptureUniform3fv_value() argument
806 CaptureUniform3iv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLint *value, ParamCapture *paramCapture) CaptureUniform3iv_value() argument
816 CaptureUniform4fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLfloat *value, ParamCapture *paramCapture) CaptureUniform4fv_value() argument
826 CaptureUniform4iv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLint *value, ParamCapture *paramCapture) CaptureUniform4iv_value() argument
836 CaptureUniformMatrix2fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix2fv_value() argument
847 CaptureUniformMatrix3fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix3fv_value() argument
858 CaptureUniformMatrix4fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix4fv_value() argument
[all...]
H A Dcapture_gles_3_0_params.cpp16 CaptureClearBufferfv_value(const State &glState, bool isCallValid, GLenum buffer, GLint drawbuffer, const GLfloat *value, ParamCapture *paramCapture) CaptureClearBufferfv_value() argument
26 CaptureClearBufferiv_value(const State &glState, bool isCallValid, GLenum buffer, GLint drawbuffer, const GLint *value, ParamCapture *paramCapture) CaptureClearBufferiv_value() argument
36 CaptureClearBufferuiv_value(const State &glState, bool isCallValid, GLenum buffer, GLint drawbuffer, const GLuint *value, ParamCapture *paramCapture) CaptureClearBufferuiv_value() argument
753 CaptureUniform1uiv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureUniform1uiv_value() argument
763 CaptureUniform2uiv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureUniform2uiv_value() argument
773 CaptureUniform3uiv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureUniform3uiv_value() argument
783 CaptureUniform4uiv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureUniform4uiv_value() argument
793 CaptureUniformMatrix2x3fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix2x3fv_value() argument
804 CaptureUniformMatrix2x4fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix2x4fv_value() argument
815 CaptureUniformMatrix3x2fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix3x2fv_value() argument
826 CaptureUniformMatrix3x4fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix3x4fv_value() argument
837 CaptureUniformMatrix4x2fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix4x2fv_value() argument
848 CaptureUniformMatrix4x3fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix4x3fv_value() argument
[all...]
H A Dcapture_gles_3_2_autogen.cpp904 CaptureMinSampleShading(const State &glState, bool isCallValid, GLfloat value) CaptureMinSampleShading() argument
989 CapturePatchParameteri(const State &glState, bool isCallValid, GLenum pname, GLint value) CapturePatchParameteri() argument
[all...]
H A Dcapture_gles_1_0_autogen.cpp1347 CaptureSampleCoveragex(const State &glState, bool isCallValid, GLclampx value, GLboolean invert) CaptureSampleCoveragex() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DProgramGL.cpp668 mFunctions->uniformMatrix2fv(uniLoc(location), count, transpose, value); in setUniformMatrix2fv() local
684 mFunctions->uniformMatrix3fv(uniLoc(location), count, transpose, value); in setUniformMatrix3fv() local
700 mFunctions->uniformMatrix4fv(uniLoc(location), count, transpose, value); in setUniformMatrix4fv() local
656 setUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix2fv() argument
672 setUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix3fv() argument
688 setUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix4fv() argument
704 setUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix2x3fv() argument
717 mFunctions->uniformMatrix2x3fv(uniLoc(location), count, transpose, value); setUniformMatrix2x3fv() local
721 setUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix3x2fv() argument
734 mFunctions->uniformMatrix3x2fv(uniLoc(location), count, transpose, value); setUniformMatrix3x2fv() local
738 setUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix2x4fv() argument
751 mFunctions->uniformMatrix2x4fv(uniLoc(location), count, transpose, value); setUniformMatrix2x4fv() local
755 setUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix4x2fv() argument
768 mFunctions->uniformMatrix4x2fv(uniLoc(location), count, transpose, value); setUniformMatrix4x2fv() local
772 setUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix3x4fv() argument
785 mFunctions->uniformMatrix3x4fv(uniLoc(location), count, transpose, value); setUniformMatrix3x4fv() local
789 setUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) setUniformMatrix4x3fv() argument
802 mFunctions->uniformMatrix4x3fv(uniLoc(location), count, transpose, value); setUniformMatrix4x3fv() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cPipelineStatisticsQueryTests.hpp312 getVerifyResultValuesErrorString(VALUE_TYPE value, const char* value_type, unsigned int n_expected_values, const glw::GLuint64* expected_values, glw::GLenum query_type, std::string draw_call_type_name, std::string primitive_type_name, bool is_primitive_restart_enabled) getVerifyResultValuesErrorString() argument
[all...]
H A Dgl4cSparseBufferTests.cpp61 unsigned int SparseBufferTestUtilities::alignOffset(const unsigned int& offset, const unsigned int& value) in alignOffset() argument
[all...]
H A Dgl4cDirectStateAccessVertexArraysTests.cpp757 std::string Utilities::replace(const std::string& src, const std::string& key, const std::string& value) in replace() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cExplicitUniformLocationTest.cpp732 UniformValue value; member in glcts::__anon27691::Uniform
[all...]
H A Des31cSeparateShaderObjsTests.cpp870 glw::GLint value; in checkProgInfoLog() local
915 glw::GLuint value; in iterate() local
1260 progUniformi(const glw::Functions& gl, glw::GLuint prog, int arraySize, int* location, int* value) progUniformi() argument
1281 progUniformui(const glw::Functions& gl, glw::GLuint prog, int arraySize, int* location, unsigned int* value) progUniformui() argument
1302 progUniformf(const glw::Functions& gl, glw::GLuint prog, int arraySize, int* location, float* value) progUniformf() argument
1323 activeUniformi(const glw::Functions& gl, int arraySize, int* location, int* value) activeUniformi() argument
1344 activeUniformui(const glw::Functions& gl, int arraySize, int* location, unsigned int* value) activeUniformui() argument
1365 activeUniformf(const glw::Functions& gl, int arraySize, int* location, float* value) activeUniformf() argument
1711 float* value = &data[0]; setAndCompareMatrixUniforms() local
2005 glw::GLint value = 0; logProgramInfoLog() local
2347 glw::GLint value; iterate() local
2625 glw::GLint value = 0; logProgramInfoLog() local
2670 glw::GLuint value; iterate() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderAPI.cpp1656 glw::GLint value = n_img + 1; iterate() local
[all...]
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser.cc750 uint32_t value = 0; in ParseShaderSpecialization() local
1574 Value value; ParsePipelineSet() local
2485 double value = counter.AsDouble(); ParseBufferInitializerSeries() local
2489 uint64_t value = counter.AsUint64(); ParseBufferInitializerSeries() local
3726 double value = token->AsDouble(); ParseTolerances() local
[all...]

Completed in 50 milliseconds

1...<<511512513514515516517518519520>>...689