Home
last modified time | relevance | path

Searched defs:access (Results 551 - 575 of 773) sorted by relevance

1...<<2122232425262728293031

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cBufferStorageTests.cpp590 Buffer::MoveMapOwner Buffer::MapRange(glw::GLintptr offset, glw::GLsizeiptr length, glw::GLenum access) in MapRange() argument
759 Map(const glw::Functions& gl, glw::GLenum target, glw::GLenum access) Map() argument
775 MapRange(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsizeiptr length, glw::GLenum access) MapRange() argument
1967 const GLenum access = s_mapping_bits[access_idx]; GetBufferParameterTest() local
2008 const GLenum access = test_case.m_access; iterate() local
2153 testCase(glw::GLenum flags, glw::GLenum access) testCase() argument
[all...]
H A Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp563 bool CheckBinding(GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, in CheckBinding() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES31.cpp1557 ValidateBindImageTexture(const Context *context, angle::EntryPoint entryPoint, GLuint unit, TextureID texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) ValidateBindImageTexture() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSurfaceVk.cpp1486 vk::CommandBufferAccess access; in present() local
H A DContextVk.h558 angle::Result getOutsideRenderPassCommandBuffer(const vk::CommandBufferAccess &access, in getOutsideRenderPassCommandBuffer() argument
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp360 MapBufferRangeMinimizedProc(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) MapBufferRangeMinimizedProc() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.cpp1940 GL_MapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) GL_MapBufferRange() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp1678 prepareSurfacesForBackendAccessAndStateUpdates( SkSpan<GrSurfaceProxy*> proxies, SkSurface::BackendSurfaceAccess access, const GrBackendSurfaceMutableState* newState) prepareSurfacesForBackendAccessAndStateUpdates() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp1326 void *GL_APIENTRY MapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) in MapBufferRange() argument
[all...]
/third_party/pulseaudio/src/utils/
H A Dpadsp.c2463 int access(const char *pathname, int mode) { function
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h132 ast::Access access = ast::Access::kUndefined; member
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc1610 ast::Access access = ast::Access::kUndefined; in MakeVariable() local
2537 const auto access = ast::Access::kWrite; in GetTypeForHandleVar() local
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_validation.cc624 auto access = var->Access(); in ValidateAtomicVariable() local
/third_party/rust/crates/nix/src/
H A Dunistd.rs2906 pub fn access<P: ?Sized + NixPath>(path: &P, amode: AccessFlags) -> Result<()> { in access() functions
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp502 void clearUndefined (const tcu::PixelBufferAccess& access, int numValidChannels) in clearUndefined() argument
H A Des3fTextureUnitTests.cpp909 tcu::PixelBufferAccess access = is2dTex ? m_textures2d.back()->getLevel(levelNdx) in init() local
1070 tcu::ConstPixelBufferAccess access = texture->getLevel(levelNdx); in upload2dTexture() local
1096 tcu::ConstPixelBufferAccess access = texture->getLevelFace(levelNdx, (tcu::CubeFace)face); in uploadCubeTexture() local
1121 tcu::ConstPixelBufferAccess access = texture->getLevel(levelNdx); upload2dArrayTexture() local
1147 tcu::ConstPixelBufferAccess access = texture->getLevel(levelNdx); upload3dTexture() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp468 static void fillTextureData (const tcu::PixelBufferAccess& access, de::Random& rnd) in fillTextureData() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSyncTests.cpp154 VkAccessFlags writeAccessToFlags (WriteAccess access) in writeAccessToFlags() argument
178 VkAccessFlags readAccessToFlags (ReadAccess access) in readAccessToFlags() argument
197 bool canWriteFromStageAsAccess (Stage writeStage, WriteAccess access) in canWriteFromStageAsAccess() argument
213 canReadFromStageAsAccess(Stage readStage, ReadAccess access) canReadFromStageAsAccess() argument
229 canReadResourceAsAccess(ResourceType resType, ReadAccess access) canReadResourceAsAccess() argument
237 canWriteResourceAsAccess(ResourceType resType, WriteAccess access) canWriteResourceAsAccess() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp1501 tcu::PixelBufferAccess access = refRenderer.getAccess(); in verifyImage() local
H A DvktPipelineMultisampleShaderBuiltInTests.cpp1493 const auto access = texture.getAccess(); in iterate() local
H A DvktPipelineSamplerBorderSwizzleTests.cpp448 comparePixelToColorClearValue(const TestParams& params, const tcu::ConstPixelBufferAccess& access, const tcu::TextureFormat& textureFormat, const VkClearColorValue& ref, std::string& stringResult) comparePixelToColorClearValue() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassLoadStoreOpNoneTests.cpp1394 const tcu::ConstPixelBufferAccess& access = textureLevelResult->getAccess(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp439 static void fillTextureData (const tcu::PixelBufferAccess& access, de::Random& rnd) in fillTextureData() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp238 const bool access = !unusedOk || (rnd.getFloat() < accessWeight); in generateBufferVar() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationNoneStageTests.cpp415 VkAccessFlags2KHR NoneStageTestInstance::getAccessFlag(VkAccessFlags2KHR access) in getAccessFlag() argument

Completed in 75 milliseconds

1...<<2122232425262728293031