Home
last modified time | relevance | path

Searched defs:source (Results 1776 - 1800 of 2079) sorted by relevance

1...<<71727374757677787980>>...84

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindVertexBuffers2Tests.cpp841 const std::vector<float>& source = pointTemplate; in createBuffers() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationOrderAttachmentAccessTests.cpp1230 void AttachmentAccessOrderTestInstance::addDependency( vector<VkSubpassDependency> &dependencies, deUint32 source, deUint32 dst, in addDependency() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingTraceRaysTests.cpp972 makeIndirectStructAndFlush(BufferWithMemory& buffer, const bool source, const BufferWithMemory& rgenSbt, const BufferWithMemory& hitSbt, const BufferWithMemory& missSbt, const BufferWithMemory& callSbt) const makeIndirectStructAndFlush() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp1609 const char* source; in init() member
1986 const char* source = s_linearDerivateCases[caseNdx].source; in init() local
2016 const char* source = function == DERIVATE_DFDXSUBGROUP ? dFdxSubgroupSource : in init() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp1262 std::string source = in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAtomicOperationTests.cpp772 string source = versionDecl + "\n" + extensions + "\n"; in initPrograms() local
904 string source = versionDecl + "\n" + extensions + "\n" in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryBindingTests.cpp766 void BaseTestInstance::fillUpResource<VkBuffer> (Move<VkBuffer>& source, in fillUpResource() argument
790 void BaseTestInstance::fillUpResource<VkImage> (Move<VkBuffer>& source, in fillUpResource() argument
829 void BaseTestInstance::readUpResource (Move<VkBuffer>& source, in readUpResource() argument
836 readUpResource(Move<VkImage>& source, Move<VkBuffer>& target) readUpResource() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp657 RenderTargetD3D *source = nullptr; in generateMipmap() local
[all...]
H A DBlit11.cpp171 void LoadDepth16(const float *source, uint8_t *dest) in LoadDepth16() argument
177 void LoadDepth24(const float *source, uint8_t *dest) in LoadDepth24() argument
183 void LoadStencilHelper(const float *source, uint8_t *dest) in LoadStencilHelper() argument
189 LoadStencil8(const float *source, uint8_t *dest) LoadStencil8() argument
197 LoadDepth24Stencil8(const float *source, uint8_t *dest) LoadDepth24Stencil8() argument
203 LoadDepth32F(const float *source, uint8_t *dest) LoadDepth32F() argument
208 LoadDepth32FStencil8(const float *source, uint8_t *dest) LoadDepth32FStencil8() argument
252 Depth32FStencil8ToDepth32F(const float *source, float *dest) Depth32FStencil8ToDepth32F() argument
257 Depth24Stencil8ToDepth32F(const uint32_t *source, float *dest) Depth24Stencil8ToDepth32F() argument
794 swizzleTexture(const gl::Context *context, const d3d11::SharedSRV &source, const d3d11::RenderTargetView &dest, const gl::Extents &size, const gl::SwizzleState &swizzleTarget) swizzleTexture() argument
912 copyTexture(const gl::Context *context, const d3d11::SharedSRV &source, const gl::Box &sourceArea, const gl::Extents &sourceSize, GLenum sourceFormat, const d3d11::RenderTargetView &dest, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, GLenum destFormat, GLenum destTypeForDownsampling, GLenum filter, bool maskOffAlpha, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) copyTexture() argument
1053 copyStencil(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyStencil() argument
1068 copyDepth(const gl::Context *context, const d3d11::SharedSRV &source, const gl::Box &sourceArea, const gl::Extents &sourceSize, const d3d11::DepthStencilView &dest, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyDepth() argument
1141 copyDepthStencil(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyDepthStencil() argument
1156 copyDepthStencilImpl(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, bool stencilOnly) copyDepthStencilImpl() argument
1217 copyAndConvertImpl(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &destStaging, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, size_t readOffset, size_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, BlitConvertFunction *convertFunction) copyAndConvertImpl() argument
1281 copyAndConvert(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, size_t readOffset, size_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, BlitConvertFunction *convertFunction) copyAndConvert() argument
[all...]
H A DBuffer11.cpp1081 void Buffer11::onCopyStorage(BufferStorage *dest, BufferStorage *source) in onCopyStorage() argument
474 copySubData(const gl::Context *context, BufferImpl *source, GLintptr sourceOffset, GLintptr destOffset, GLsizeiptr size) copySubData() argument
1153 copyFromStorage(const gl::Context *context, BufferStorage *source, size_t sourceOffset, size_t size, size_t destOffset, CopyResult *resultOut) copyFromStorage() argument
1647 copyFromStorage(const gl::Context *context, BufferStorage *source, size_t sourceOffset, size_t size, size_t destOffset, CopyResult *resultOut) copyFromStorage() argument
1702 copyFromStorage(const gl::Context *context, BufferStorage *source, size_t sourceOffset, size_t size, size_t destOffset, CopyResult *resultOut) copyFromStorage() argument
1830 copyFromStorage(const gl::Context *context, BufferStorage *source, size_t sourceOffset, size_t size, size_t destOffset, CopyResult *resultOut) copyFromStorage() argument
[all...]
H A DContext11.cpp776 pushDebugGroup(const gl::Context *context, GLenum source, GLuint id, const std::string &message) pushDebugGroup() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_autogen.cpp1566 CaptureGetShaderSource(const State &glState, bool isCallValid, ShaderProgramID shaderPacked, GLsizei bufSize, GLsizei *length, GLchar *source) CaptureGetShaderSource() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DTextureD3D.cpp707 syncState(const gl::Context *context, const gl::Texture::DirtyBits &dirtyBits, gl::Command source) syncState() argument
1057 copyImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Rectangle &sourceArea, GLenum internalFormat, gl::Framebuffer *source) copyImage() argument
1120 copySubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Offset &destOffset, const gl::Rectangle &sourceArea, gl::Framebuffer *source) copySubImage() argument
1166 copyTexture(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, GLenum type, GLint sourceLevel, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copyTexture() argument
1225 copySubTexture(const gl::Context *context, const gl::ImageIndex &index, const gl::Offset &destOffset, GLint sourceLevel, const gl::Box &sourceBox, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copySubTexture() argument
1273 copyCompressedTexture(const gl::Context *context, const gl::Texture *source) copyCompressedTexture() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmathutil.h178 destType bitCast(const sourceType &source) in bitCast() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DTextureGL.cpp654 copyImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Rectangle &sourceArea, GLenum internalFormat, gl::Framebuffer *source) copyImage() argument
800 copySubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Offset &destOffset, const gl::Rectangle &sourceArea, gl::Framebuffer *source) copySubImage() argument
881 copyTexture(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, GLenum type, GLint sourceLevel, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copyTexture() argument
908 copySubTexture(const gl::Context *context, const gl::ImageIndex &index, const gl::Offset &destOffset, GLint sourceLevel, const gl::Box &sourceBox, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copySubTexture() argument
926 copySubTextureHelper(const gl::Context *context, gl::TextureTarget target, size_t level, const gl::Offset &destOffset, GLint sourceLevel, const gl::Rectangle &sourceArea, const gl::InternalFormat &destFormat, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copySubTextureHelper() argument
1430 syncState(const gl::Context *context, const gl::Texture::DirtyBits &dirtyBits, gl::Command source) syncState() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGlSpirvTests.cpp797 const char* source = m_vertex.c_str(); in iterate() local
[all...]
H A Dgl4cMultiBindTests.cpp63 void GLW_APIENTRY debug_proc(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei /* length */, in debug_proc() argument
844 Init(glw::GLenum stage, const std::string& source) Init() argument
941 Source(const glw::Functions& gl, glw::GLuint id, const std::string& source) Source() argument
1514 std::string source = cs; fillMSTexture() local
[all...]
H A Dgl4cShaderAtomicCountersTests.cpp4243 std::string source = os.str(); in Run() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.cpp7736 std::string source = invalid_buffer_shader_source; test_shader_compilation() local
8174 std::string source = invalid_uniform_block_shader_source; test_shader_compilation() local
[all...]
H A Des31cComputeShaderTests.cpp230 GLuint BuildShaderProgram(GLenum type, const std::string& source) in BuildShaderProgram() argument
5332 bool CheckCompilationError(const std::string& source) in CheckCompilationError() argument
5852 bool Compile(const std::string& source) in Compile() argument
[all...]
H A Des31cShaderAtomicCountersTests.cpp3665 std::string source = os.str(); in Run() local
H A Des31cShaderImageLoadStoreTests.cpp5279 bool Compile(const std::string& source) in Compile() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.cpp487 void Shader::Init(glw::GLenum stage, const std::string& source) in Init() argument
579 Source(const glw::Functions& gl, glw::GLuint id, const std::string& source) Source() argument
1202 const char* source = "${VERSION}\\n" getFragmentShader() local
1217 const char* source = "${VERSION}\\n" getVertexShader() local
1545 const GLchar* source = "${VERSION}\\n" getFragmentShader() local
1598 static const GLchar* source = "${VERSION}\\n" getGeometryShader() local
1632 static const GLchar* source = "${VERSION}\\n" getVertexShader() local
1799 static const GLchar* source = prepareTexture() local
2023 static const GLchar* source = verifyInvalidResults() local
2268 static const GLchar* source = verifyValidResults() local
2547 static const GLchar* source = getComputeShader() local
3292 static const GLchar* source = "${VERSION}\\n" getComputeShader() local
3563 static const GLchar* source = "${VERSION}\\n" getComputeShader() local
[all...]
H A DglcViewportArrayTests.cpp255 Utils::shaderCompilationException::shaderCompilationException(const glw::GLchar* source, const glw::GLchar* message) in shaderCompilationException() argument
664 printShaderSource(const GLchar* source, tcu::MessageBuilder& log) printShaderSource() argument
2870 static const GLchar* source = "${VERSION}\\n" getVertexShader() local
3323 static const GLchar* source = "${VERSION}\\n" getFragmentShader() local
3345 static const GLchar* source = "${VERSION}\\n" getGeometryShader() local
3398 static const GLchar* source = "${VERSION}\\n" getFragmentShader() local
3420 static const GLchar* source = "${VERSION}\\n" getGeometryShader() local
3544 static const GLchar* source = "${VERSION}\\n" getFragmentShader() local
3566 static const GLchar* source = "${VERSION}\\n" getGeometryShader() local
3645 static const GLchar* source = "${VERSION}\\n" getFragmentShader() local
3667 static const GLchar* source = "${VERSION}\\n" getGeometryShader() local
3878 static const GLchar* source = "${VERSION}\\n" getFragmentShader() local
3900 static const GLchar* source = "${VERSION}\\n" getGeometryShader() local
4261 static const GLchar* source = "${VERSION}\\n" getFragmentShader() local
4285 static const GLchar* source = "${VERSION}\\n" getGeometryShader() local
4438 static const GLchar* source = "${VERSION}\\n" getFragmentShader() local
4462 static const GLchar* source = "${VERSION}\\n" getGeometryShader() local
4688 static const GLchar* source = "${VERSION}\\n" getFragmentShader() local
4710 static const GLchar* source = "${VERSION}\\n" getGeometryShader() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp45 void debugCallback(GLenum source, GLenum type, GLuint id, GLenum severity, in debugCallback() argument

Completed in 89 milliseconds

1...<<71727374757677787980>>...84