| /third_party/mesa3d/src/util/ |
| H A D | vl_vlc.h | 44 const void *const *inputs; member 175 vl_vlc_init(struct vl_vlc *vlc, unsigned num_inputs, const void *const *inputs, const unsigned *sizes) vl_vlc_init() argument
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast_debug.c | 252 const struct lp_rast_shader_inputs *inputs = arg.shade_tile; in debug_blit_tile() local 272 const struct lp_rast_shader_inputs *inputs = arg.shade_tile; in debug_shade_tile() local
|
| H A D | lp_rast_priv.h | 225 lp_rast_shade_quads_all( struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y ) lp_rast_shade_quads_all() argument [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | common-operator-reducer.cc | 216 Node::Inputs inputs = node->inputs(); in ReduceEffectPhi() local 241 Node::Inputs inputs = node->inputs(); in ReducePhi() local [all...] |
| H A D | escape-analysis-reducer.cc | 189 std::vector<Node*> inputs; in ReduceDeoptState() local 372 Constructor(NodeHashCache* cache, const Operator* op, int input_count, Node** inputs, Type type) Constructor() argument
|
| H A D | dead-code-elimination.cc | 89 Node::Inputs inputs = node->inputs(); in ReduceEnd() local 113 Node::Inputs inputs = node->inputs(); ReduceLoopOrMerge() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pt_so_emit.c | 47 const float (*inputs)[4]; member
|
| /third_party/mindspore/test/utils/ |
| H A D | model_utils.cpp | 31 bool PrintBeforeCallback(const OH_AI_TensorHandleArray inputs, const OH_AI_TensorHandleArray outputs, in PrintBeforeCallback() argument 38 bool PrintAfterCallback(const OH_AI_TensorHandleArray inputs, const OH_AI_TensorHandleArray outputs, in PrintAfterCallback() argument 100 void FillInputsData(OH_AI_TensorHandleArray inputs, std::string modelName, bool isTranspose) { in FillInputsData() argument 181 OH_AI_TensorHandleArray inputs = OH_AI_ModelGetInputs(model); in ModelPredict() local 260 OH_AI_TensorHandleArray inputs = OH_AI_ModelGetInputs(model); ModelTrain() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_fs.c | 118 struct r300_shader_semantics* inputs = in allocate_hardware_inputs() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiSmokeTests.cpp | 278 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const in shadeVertices() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineReferenceRenderer.hpp | 59 virtual void shadeVertices (const rr::VertexAttrib* inputs, in shadeVertices() argument 96 virtual void shadeVertices (const rr::VertexAttrib* inputs, in shadeVertices() argument 134 virtual void shadeVertices (const rr::VertexAttrib* inputs, in shadeVertices() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmCompositeInsertTests.cpp | 116 bool verifyMatrixOutput (const std::vector<Resource>& inputs, const vector<AllocationSp>& outputAllocs, const std::vector<Resource>& expectedOutputs, tcu::TestLog& log) in verifyMatrixOutput() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiSmokeTests.cpp | 278 void shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const in shadeVertices() argument
|
| /third_party/skia/resources/sksl/es2_conformance/ |
| H A D | import_conformance_tests.py | 111 inputs = [] variable
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkPipelineStateBuilder.cpp | 113 SkSL::Program::Inputs inputs[kGrShaderTypeCount]; in loadShadersFromCache() local 228 SkSL::Program::Inputs inputs[kGrShaderTypeCount]; in finalize() local 91 installVkShaderModule(VkShaderStageFlagBits stage, const GrGLSLShaderBuilder& builder, VkShaderModule* shaderModule, VkPipelineShaderStageCreateInfo* stageInfo, SkSL::String spirv, SkSL::Program::Inputs inputs) installVkShaderModule() argument 145 storeShadersInCache(const SkSL::String shaders[], const SkSL::Program::Inputs inputs[], bool isSkSL) storeShadersInCache() argument [all...] |
| /third_party/skia/src/core/ |
| H A D | SkImageFilter_Base.h | 182 sk_sp<SkImageFilter>* inputs() { return fInputs.begin(); } in inputs() function in SkImageFilter_Base::Common
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkBlendImageFilter.cpp | 35 SkBlendImageFilter(sk_sp<SkBlender> blender, sk_sp<SkImageFilter> inputs[2], in SkBlendImageFilter() argument 77 sk_sp<SkImageFilter> inputs[2] = { std::move(background), std::move(foreground) }; in Blend() local 88 sk_sp<SkImageFilter> inputs[2] = { std::move(background), std::move(foreground) }; in Blend() local
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
| H A D | Rule.java | 397 static Set<Rule> oneToOneRules(RuleSegment backtrack, List<Integer> inputs, in oneToOneRules() argument 412 static Set<Rule> oneToOneRules(List<Integer> inputs, List<Integer> substs) { in oneToOneRules() argument
|
| /third_party/skia/third_party/externals/tint/fuzzers/ |
| H A D | tint_common_fuzzer.h | 46 void SetTransformManager(transform::Manager* tm, transform::DataMap* inputs) { in SetTransformManager() argument
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | robustness.cc | 296 void Robustness::Run(CloneContext& ctx, const DataMap& inputs, DataMap&) { in Run() argument
|
| /third_party/vixl/test/aarch32/ |
| H A D | test-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc | 158 const Inputs* inputs; member [all...] |
| H A D | test-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc | 158 const Inputs* inputs; member [all...] |
| H A D | test-simulator-cond-rd-memop-immediate-512-a32.cc | 161 const Inputs* inputs; member [all...] |
| H A D | test-simulator-cond-rd-memop-immediate-8192-a32.cc | 161 const Inputs* inputs; member [all...] |
| H A D | test-simulator-cond-rd-memop-rs-a32.cc | 166 const Inputs* inputs; member [all...] |