| /third_party/python/Lib/test/libregrtest/ |
| H A D | save_env.py | 53 resources = ('sys.argv', 'cwd', 'sys.stdin', 'sys.stdout', 'sys.stderr', variable in saved_test_environment
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmVariablePointersTests.cpp | 1595 GraphicsResources resources; local 1617 GraphicsResources resources; local 1639 GraphicsResources resources; global() local 1669 GraphicsResources resources; global() local 1697 GraphicsResources resources; global() local 1725 GraphicsResources resources; global() local 1759 GraphicsResources resources; global() local 2071 GraphicsResources resources; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2095 GraphicsResources resources; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2118 GraphicsResources resources; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2151 GraphicsResources resources; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2178 GraphicsResources resources; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2473 GraphicsResources resources; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2502 GraphicsResources resources; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2530 GraphicsResources resources; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2568 GraphicsResources resources; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2601 GraphicsResources resources; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local 2709 GraphicsResources resources; addNullptrVariablePointersGraphicsGroup() local 2724 GraphicsResources resources; addNullptrVariablePointersGraphicsGroup() local [all...] |
| H A D | vktSpvAsmImageSamplerTests.cpp | 1196 GraphicsResources resources; in addGraphicsImageSamplerTest() local [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
| H A D | shader_pipeline_binder.cpp | 397 BindBuffers( const uint32_t set, const uint32_t binding, const array_view<const BindableBufferWithHandleReference> resources) BindBuffers() argument 462 BindImages( const uint32_t set, const uint32_t binding, array_view<const BindableImageWithHandleReference> resources) BindImages() argument 524 BindSamplers( const uint32_t set, const uint32_t binding, array_view<const BindableSamplerWithHandleReference> resources) BindSamplers() argument [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | imfdec.c | 113 IMFVirtualTrackResourcePlaybackCtx *resources; /**< Buffer holding the resources */ member [all...] |
| /third_party/glslang/gtests/ |
| H A D | TestFixture.h | 186 compile(glslang::TShader* shader, const std::string& code, const std::string& entryPointName, EShMessages controls, const TBuiltInResource* resources=nullptr, const std::string* shaderName=nullptr) compile() argument
|
| /third_party/cups-filters/filter/pdftopdf/ |
| H A D | qpdf_pdftopdf_processor.cc | 372 QPDFObjectHandle resources = page.getKey ("/Resources"); in add_label() local
|
| /third_party/libdrm/amdgpu/ |
| H A D | amdgpu.h | 349 amdgpu_bo_list_handle resources; member [all...] |
| /third_party/libcoap/examples/ |
| H A D | coap-rd.c | 78 rd_t *resources = NULL; variable
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| H A D | nouveau_vp3_video.h | 32 struct pipe_resource *resources[VL_NUM_COMPONENTS]; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
| H A D | DisplayGbm.cpp | 376 drmModeResPtr resources = drmModeGetResources(fd); in hasUsableScreen() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | Compiler.cpp | 376 bool TCompiler::Init(const ShBuiltInResources &resources) in Init() argument 1197 bool TCompiler::initBuiltInSymbolTable(const ShBuiltInResources &resources) in initBuiltInSymbolTable() argument [all...] |
| H A D | ShaderLang.cpp | 178 void InitBuiltInResources(ShBuiltInResources *resources) in InitBuiltInResources() argument 348 ConstructCompiler(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output, const ShBuiltInResources *resources) ConstructCompiler() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| H A D | CollectVariables_test.cpp | 40 ShBuiltInResources resources; variable 41 InitBuiltInResources(&resources); variable 46 initTranslator(resources); variable 49 virtual void initTranslator(const ShBuiltInResources &resources) in initTranslator() argument 182 ShBuiltInResources resources; global() variable 183 InitBuiltInResources(&resources); global() variable 186 initTranslator(resources); global() variable 220 initTranslator(const ShBuiltInResources &resources) initTranslator() argument 622 ShBuiltInResources resources = mTranslator->getResources(); TEST_F() local 649 ShBuiltInResources resources = mTranslator->getResources(); TEST_F() local 674 ShBuiltInResources resources = mTranslator->getResources(); TEST_F() local 696 ShBuiltInResources resources = mTranslator->getResources(); TEST_F() local 720 ShBuiltInResources resources = mTranslator->getResources(); TEST_F() local 745 ShBuiltInResources resources = mTranslator->getResources(); TEST_F() local 783 ShBuiltInResources resources = mTranslator->getResources(); TEST_F() local 819 ShBuiltInResources resources; global() variable 820 sh::InitBuiltInResources(&resources); global() member in CollectHashedVertexVariablesTest::sh 822 initTranslator(resources); global() variable 1031 ShBuiltInResources resources = mTranslator->getResources(); TEST_F() local [all...] |
| /base/security/access_token/frameworks/js/napi/accesstoken/src/ |
| H A D | napi_atmanager.cpp | 452 napi_value resources = nullptr; in VerifyAccessToken() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| H A D | cj_web_ffi.cpp | 136 std::vector<std::string> resources; in GetAccessibleResources() local 150 std::vector<std::string> resources; in Grant() local
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Initialize.cpp | 7238 void TBuiltIns::initialize(const TBuiltInResource &resources, int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language) in initialize() argument 10212 identifyBuiltIns(int version, EProfile profile, const SpvVersion& spvVersion, EShLanguage language, TSymbolTable& symbolTable, const TBuiltInResource &resources) identifyBuiltIns() argument [all...] |
| H A D | ParseHelper.h | 210 TBuiltInResource resources; member in glslang::TParseContextBase 531 TBuiltInResource resources; member in glslang::TParseContext
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
| H A D | XLIFF2ICUConverter.java | 87 private String resources[]; field in XLIFF2ICUConverter
|
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | surface.c | 585 struct pipe_resource *resources[VL_NUM_COMPONENTS]; in surface_from_external_memory() local 673 struct pipe_resource *resources[VL_NUM_COMPONENTS]; in surface_from_prime_2() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_compute.c | 334 si_set_global_binding(struct pipe_context *ctx, unsigned first, unsigned n, struct pipe_resource **resources, uint32_t **handles) si_set_global_binding() argument
|
| /third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
| H A D | ShaderTGSI.c | 210 struct Shader_resource resources[SHADER_MAX_RESOURCES]; member [all...] |
| /third_party/mesa3d/src/microsoft/clc/ |
| H A D | compute_test.cpp | 225 ComputeTest::create_root_signature(const ComputeTest::Resources &resources) in create_root_signature() argument 419 ComputeTest::add_uav_resource(ComputeTest::Resources &resources, in add_uav_resource() argument 445 ComputeTest::add_cbv_resource(ComputeTest::Resources &resources, in add_cbv_resource() argument 547 Resources resources; in run_shader_with_raw_args() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_state.c | 1331 nv50_set_compute_resources(struct pipe_context *pipe, unsigned start, unsigned nr, struct pipe_surface **resources) nv50_set_compute_resources() argument 1419 nv50_set_global_bindings(struct pipe_context *pipe, unsigned start, unsigned nr, struct pipe_resource **resources, uint32_t **handles) nv50_set_global_bindings() argument
|
| /third_party/libdrm/tests/amdgpu/ |
| H A D | jpeg_tests.c | 137 static amdgpu_bo_handle resources[MAX_RESOURCES]; variable
|