/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | ConstructCompiler_test.cpp | 17 ShBuiltInResources resources; in TEST() local 27 ShBuiltInResources resources; in TEST() local 38 ShBuiltInResources resources; in TEST() local
|
D | ShaderVariable_test.cpp | 217 ShBuiltInResources resources; in TEST() local 240 ShBuiltInResources resources; in TEST() local 275 ShBuiltInResources resources; in TEST() local 317 ShBuiltInResources resources; in TEST() local 360 ShBuiltInResources resources; in TEST() local
|
D | ExtensionDirective_test.cpp | 101 void initResources(ShBuiltInResources *resources) override in initResources() 126 void initResources(ShBuiltInResources *resources) override in initResources() 151 void initResources(ShBuiltInResources *resources) override { resources->EXT_YUV_target = 1; } in initResources()
|
D | CollectVariables_test.cpp | 40 ShBuiltInResources resources; in SetUp() local 49 virtual void initTranslator(const ShBuiltInResources &resources) in initTranslator() 164 void initTranslator(const ShBuiltInResources &resources) override in initTranslator() 182 ShBuiltInResources resources; in SetUp() local 220 void initTranslator(const ShBuiltInResources &resources) in initTranslator() 622 ShBuiltInResources resources = mTranslator->getResources(); in TEST_F() local 649 ShBuiltInResources resources = mTranslator->getResources(); in TEST_F() local 674 ShBuiltInResources resources = mTranslator->getResources(); in TEST_F() local 696 ShBuiltInResources resources = mTranslator->getResources(); in TEST_F() local 720 ShBuiltInResources resources = mTranslator->getResources(); in TEST_F() local [all …]
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Initialize.cpp | 12 void InitExtensionBehavior(const ShBuiltInResources &resources, TExtensionBehavior &extBehavior) in InitExtensionBehavior() 182 void ResetExtensionBehavior(const ShBuiltInResources &resources, in ResetExtensionBehavior()
|
D | glslang_wrapper.cpp | 62 void GetBuiltInResources(const ShBuiltInResources &resources, TBuiltInResource *outResources) in GetBuiltInResources() 108 ANGLE_NO_DISCARD bool GlslangCompileToSpirv(const ShBuiltInResources &resources, in GlslangCompileToSpirv()
|
/third_party/node/test/node-api/test_policy/ |
D | test_policy.js | 33 function writePolicy(...resources) { 34 const manifest = { resources: {} }; property 42 function test(shouldFail, resources) { argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmVariablePointersTests.cpp | 1591 GraphicsResources resources; in addVariablePointersGraphicsGroup() local 1613 GraphicsResources resources; in addVariablePointersGraphicsGroup() local 1635 GraphicsResources resources; in addVariablePointersGraphicsGroup() local 1665 GraphicsResources resources; in addVariablePointersGraphicsGroup() local 1693 GraphicsResources resources; in addVariablePointersGraphicsGroup() local 1721 GraphicsResources resources; in addVariablePointersGraphicsGroup() local 1755 GraphicsResources resources; in addVariablePointersGraphicsGroup() local 2067 GraphicsResources resources; in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2091 GraphicsResources resources; in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2114 GraphicsResources resources; in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local [all …]
|
D | vktSpvAsmPointerParameterTests.cpp | 691 GraphicsResources resources; in addGraphicsPointerParamToParamTest() local 769 GraphicsResources resources; in addGraphicsPointerParamToGlobalTest() local 866 GraphicsResources resources; in addGraphicsPointerBufferMemoryTest() local 977 GraphicsResources resources; in addGraphicsPointerBufferMemoryVariablePointersTest() local
|
/third_party/node/test/pummel/ |
D | test-policy-integrity-worker-commonjs.js | 125 resources: {}, property 283 const resources = { variable 302 resources[parentPath] = { variable 316 resources[workerSpawnerPath] = { variable 341 resources['./package.json'] = { variable 366 resources, property
|
D | test-policy-integrity-worker-module.js | 125 resources: {}, property 283 const resources = { variable 302 resources[parentPath] = { variable 316 resources[workerSpawnerPath] = { variable 340 resources['./package.json'] = { variable 364 resources, property
|
D | test-policy-integrity-worker-no-package-json.js | 125 resources: {}, property 279 const resources = { variable 298 resources[parentPath] = { variable 312 resources[workerSpawnerPath] = { variable 336 resources, property
|
D | test-policy-integrity-parent-module.js | 108 resources: {}, property 266 const resources = { variable 285 resources[parentPath] = { variable 318 resources['./package.json'] = { variable 343 resources, property
|
D | test-policy-integrity-parent-commonjs.js | 108 resources: {}, property 266 const resources = { variable 285 resources[parentPath] = { variable 318 resources['./package.json'] = { variable 343 resources, property
|
D | test-policy-integrity-dep.js | 107 resources: {}, property 276 const resources = { variable 296 resources[parentPath] = { variable 331 resources['./package.json'] = { variable 356 resources, property
|
D | test-policy-integrity-parent-no-package-json.js | 108 resources: {}, property 262 const resources = { variable 281 resources[parentPath] = { variable 315 resources, property
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | memory.hpp | 109 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/skia/third_party/externals/spirv-cross/tests-other/ |
D | c_api_test.c | 65 static void dump_resource_list(spvc_compiler compiler, spvc_resources resources, spvc_resource_type… in dump_resource_list() 82 static void dump_resources(spvc_compiler compiler, spvc_resources resources) in dump_resources() 117 spvc_resources resources = NULL; in main() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 25 void InsertBuiltInFunctions(GLenum type, const ShBuiltInResources &resources, TSymbolTable &symbolT… in InsertBuiltInFunctions() 478 const ShBuiltInResources &resources, in IdentifyBuiltIns() 519 void InitExtensionBehavior(const ShBuiltInResources& resources, in InitExtensionBehavior()
|
/third_party/node/test/fixtures/policy/ |
D | dep-policy.json | 2 "resources": { object
|
/third_party/node/test/fixtures/policy-manifest/ |
D | invalid.json | 2 "resources": { object
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_cs.c | 138 struct pipe_surface **resources) in svga_set_compute_resources() 153 struct pipe_resource **resources, in svga_set_global_binding()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_compute.c | 102 struct pipe_surface **resources) in panfrost_set_compute_resources() 110 struct pipe_resource **resources, in panfrost_set_global_binding()
|
/third_party/node/test/fixtures/policy/dependencies/ |
D | dependencies-redirect-unknown-builtin-policy.json | 2 "resources": { object
|
D | dependencies-redirect-builtin-policy.json | 2 "resources": { object
|