Home
last modified time | relevance | path

Searched defs:resources (Results 51 - 75 of 197) sorted by relevance

12345678

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_wrapper.cpp62 void GetBuiltInResources(const ShBuiltInResources &resources, TBuiltInResource *outResources) in GetBuiltInResources() argument
108 GlslangCompileToSpirv(const ShBuiltInResources &resources, sh::GLenum shaderType, const std::string &shaderSource, angle::spirv::Blob *spirvBlobOut) GlslangCompileToSpirv() argument
[all...]
H A DTranslatorHLSL.cpp57 const ShBuiltInResources &resources = getResources(); in translate() local
/third_party/skia/third_party/externals/angle2/src/compiler/fuzz/
H A Dtranslator_fuzzer.cpp210 ShBuiltInResources resources; in LLVMFuzzerTestOneInput() local
[all...]
/third_party/skia/src/pdf/
H A DSkPDFResourceDict.cpp66 auto resources = SkPDFMakeDict(); in add_subdict() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DShaderCompileTreeTest.cpp117 ShBuiltInResources resources; in SetUp() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmPointerParameterTests.cpp691 GraphicsResources resources; in addGraphicsPointerParamToParamTest() local
769 GraphicsResources resources; in addGraphicsPointerParamToGlobalTest() local
866 GraphicsResources resources; in addGraphicsPointerBufferMemoryTest() local
977 GraphicsResources resources; in addGraphicsPointerBufferMemoryVariablePointersTest() local
[all...]
H A DvktSpvAsmUboMatrixPaddingTests.cpp152 GraphicsResources resources; in addGraphicsUboMatrixPaddingTest() local
H A DvktSpvAsmVaryingNameTests.cpp194 GraphicsResources resources; in addGraphicsVaryingNameTest() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_parser_util.cpp411 void ParseResources(const string_view name, const json::value& node, RenderNodeGraphInputs::InputResources& resources, in ParseResources() argument
491 RenderNodeGraphInputs::InputResources resources; GetInputResources() local
519 vector<RenderNodeGraphInputs::RenderNodeGraphGpuImageDesc> resources; GetGpuImageDescs() local
537 vector<RenderNodeGraphInputs::RenderNodeGraphGpuBufferDesc> resources; GetGpuBufferDescs() local
[all...]
H A Drender_node_util.cpp93 SetupRenderNodeResourceHandles(const IRenderNodeGpuResourceManager& gpuResourceMgr, const IRenderNodeGraphShareManager& rngShareMgr, const RenderNodeGraphInputs::InputResources& resources, RenderNodeHandles::InputResources& res) SetupRenderNodeResourceHandles() argument
211 BindResourcesToBinder( const RenderNodeHandles::InputResources& resources, IPipelineDescriptorSetBinder& pipelineDescriptorSetBinder) const BindResourcesToBinder() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dimf.h113 FFIMFTrackFileResource *resources; /**< Resource elements of the Virtual Track */ member
123 FFIMFMarkerResource *resources; /**< Resource elements of the Virtual Track */ member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_uvd.c62 struct r600_texture *resources[VL_NUM_COMPONENTS] = {}; in r600_video_buffer_create() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dmemory.hpp109 std::unique_ptr<root_resource>> resources; member in clover::root_buffer
131 std::unique_ptr<sub_resource>> resources; member in clover::sub_buffer
176 std::unique_ptr<root_resource>> resources; member in clover::image
/third_party/libdrm/tests/amdgpu/
H A Damdgpu_test.h480 amdgpu_bo_handle resources[] = {bo1, bo2}; in amdgpu_get_bo_list() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmVaryingNameTests.cpp194 GraphicsResources resources; in addGraphicsVaryingNameTest() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DCompiler.cpp88 bool TCompiler::Init(const ShBuiltInResources& resources) in Init() argument
165 bool TCompiler::InitBuiltInSymbolTable(const ShBuiltInResources &resources) in InitBuiltInSymbolTable() argument
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dinternal_interface.hpp215 PPSizeResource resources[SPIRV_CROSS_NUM_DESCRIPTOR_SETS][SPIRV_CROSS_NUM_DESCRIPTOR_BINDINGS]; member
[all...]
/third_party/skia/third_party/externals/spirv-cross/tests-other/
H A Dc_api_test.c65 static void dump_resource_list(spvc_compiler compiler, spvc_resources resources, spvc_resource_type type, const char *tag) in dump_resource_list() argument
82 static void dump_resources(spvc_compiler compiler, spvc_resources resources) in dump_resources() argument
117 spvc_resources resources = NULL; main() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_camera_single_post_process.h108 RENDER_NS::RenderNodeGraphInputs::InputResources resources; member
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_mip_chain_post_process.h81 RenderNodeGraphInputs::InputResources resources; member
H A Drender_node_single_post_process.h85 RenderNodeGraphInputs::InputResources resources; member
/third_party/cups-filters/filter/
H A Dpdf.cxx179 QPDFObjectHandle resources = page.getKey("/Resources"); in pdf_add_type1_font() local
/third_party/libdrm/amdgpu/
H A Damdgpu_bo.c634 amdgpu_bo_list_create(amdgpu_device_handle dev, uint32_t number_of_resources, amdgpu_bo_handle *resources, uint8_t *resource_prios, amdgpu_bo_list_handle *result) amdgpu_bo_list_create() argument
707 amdgpu_bo_list_update(amdgpu_bo_list_handle handle, uint32_t number_of_resources, amdgpu_bo_handle *resources, uint8_t *resource_prios) amdgpu_bo_list_update() argument
/third_party/mesa3d/src/gallium/drivers/virgl/tests/
H A Dvirgl_staging_mgr_test.cpp121 release_resources(struct virgl_hw_res *resources[], unsigned len) in release_resources() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.h115 struct set *resources; member

Completed in 17 milliseconds

12345678