| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_platform_fake.c | 82 struct resource resources[PLATFORM_CONFIG_RESOURCE_COUNT]; in kbase_platform_fake_register() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_platform_fake.c | 81 struct resource resources[PLATFORM_CONFIG_RESOURCE_COUNT]; in kbase_platform_fake_register() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_platform_fake.c | 87 struct resource resources[PLATFORM_CONFIG_RESOURCE_COUNT]; in kbase_platform_register() local
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_platform_fake.c | 81 struct resource resources[PLATFORM_CONFIG_RESOURCE_COUNT]; in kbase_platform_register() local
|
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_video_buffer.h | 45 struct pipe_resource *resources[VL_NUM_COMPONENTS]; member
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | GlslangWrapperVk.cpp | 50 GetShaderCode(const angle::FeaturesVk &features, const gl::ProgramState &programState, const gl::ProgramLinkedResources &resources, GlslangProgramInterfaceInfo *programInterfaceInfo, gl::ShaderMap<const angle::spirv::Blob *> *spirvBlobsOut, ShaderInterfaceVariableInfoMap *variableInfoMapOut) GetShaderCode() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| H A 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; TEST() local [all...] |
| H A D | WorkGroupSize_test.cpp | 26 ShBuiltInResources resources; variable 27 InitBuiltInResources(&resources); variable
|
| H A D | TypeTracking_test.cpp | 26 ShBuiltInResources resources; variable 27 InitBuiltInResources(&resources); variable
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cross_util.cpp | 32 void rename_interface_variable(Compiler &compiler, const SmallVector<Resource> &resources, uint32_t location, in rename_interface_variable() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| H A D | ShaderCompileTreeTest.h | 44 virtual void initResources(ShBuiltInResources *resources) {} in initResources() argument
|
| /third_party/glslang/glslang/ResourceLimits/ |
| H A D | ResourceLimits.cpp | 280 void DecodeResourceLimits(TBuiltInResource* resources, char* config) in DecodeResourceLimits() argument [all...] |
| /third_party/glslang/gtests/ |
| H A D | Config.FromFile.cpp | 62 TBuiltInResource resources = {}; in TEST_P() local
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
| H A D | rbug_screen.h | 54 struct list_head resources; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmConditionalBranchTests.cpp | 132 GraphicsResources resources; in addGraphicsSameLabelsTest() local
|
| H A 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 [all...] |
| H A D | vktSpvAsmUboMatrixPaddingTests.cpp | 152 GraphicsResources resources; in addGraphicsUboMatrixPaddingTest() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmConditionalBranchTests.cpp | 132 GraphicsResources resources; in addGraphicsSameLabelsTest() local
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_pipe_cs.c | 136 svga_set_compute_resources(struct pipe_context *pipe, unsigned start, unsigned count, struct pipe_surface **resources) svga_set_compute_resources() argument 151 svga_set_global_binding(struct pipe_context *pipe, unsigned first, unsigned count, struct pipe_resource **resources, uint32_t **handles) svga_set_global_binding() argument
|
| /third_party/mesa3d/src/gallium/winsys/virgl/common/ |
| H A D | virgl_resource_cache.h | 66 struct list_head resources; member
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_compute.c | 100 panfrost_set_compute_resources(struct pipe_context *pctx, unsigned start, unsigned count, struct pipe_surface **resources) panfrost_set_compute_resources() argument 108 panfrost_set_global_binding(struct pipe_context *pctx, unsigned first, unsigned count, struct pipe_resource **resources, uint32_t **handles) panfrost_set_global_binding() argument
|
| /third_party/python/Lib/importlib/resources/ |
| H A D | simple.py | 35 def resources(self): member in SimpleReader
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | glslang_wrapper.cpp | 62 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 D | TranslatorHLSL.cpp | 57 const ShBuiltInResources &resources = getResources(); in translate() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/fuzz/ |
| H A D | translator_fuzzer.cpp | 210 ShBuiltInResources resources; in LLVMFuzzerTestOneInput() local [all...] |