HomeSort by relevance Sort by last modified time
    Searched refs:caps (Results 226 - 250 of 1000) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/utils/
generate_grammar_tables.py 63 def compose_capability_list(caps):
67 - caps: a sequence of capability names
70 a string containing the braced list of SpvCapability* enums named by caps.
72 return "{" + ", ".join(['SpvCapability{}'.format(c) for c in caps]) + "}"
154 def __init__(self, opname, caps, operands):
159 - caps: a sequence of capability names required by this opcode
164 self.caps_mask = compose_capability_list(caps)
204 def __init__(self, opname, opcode, caps, operands):
210 - caps: a sequence of capability names required by this opcode
215 self.caps_mask = compose_capability_list(caps)
    [all...]
  /cts/apps/CameraITS/build/
envsetup.sh 60 for M in device objects image caps dng target error
  /external/autotest/client/site_tests/network_WiFiCaps/
network_WiFiCaps.py 35 def __run_iwcap(self, phy, caps):
37 iwcap = utils.run(dir + ' ' + phy + ' ' + string.join(caps))
  /external/iputils/
iputils.spec 72 %attr(0755,root,root) %caps(cap_net_raw=ep) %{_sbindir}/clockdiff
74 %attr(0755,root,root) %caps(cap_net_raw=ep) %{_sbindir}/arping
76 %attr(0755,root,root) %caps(cap_net_raw=ep cap_net_admin=ep) %{_bindir}/ping
78 %attr(0755,root,root) %caps(cap_net_raw=ep cap_net_admin=ep) %{_bindir}/ping6
  /external/mesa3d/src/gallium/drivers/r300/
r300_flush.c 44 if (r300->screen->caps.is_r500)
68 if (!r300->screen->caps.has_tcl) {
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_winsys.h 37 union virgl_caps caps; member in struct:virgl_drm_caps
92 int (*get_caps)(struct virgl_winsys *vws, struct virgl_drm_caps *caps);
  /external/skia/src/gpu/gl/
GrGLContext.h 45 const GrGLCaps* caps() const { return fGLCaps.get(); } function in class:GrGLContextInfo
46 GrGLCaps* caps() { return fGLCaps.get(); } function in class:GrGLContextInfo
GrGLGpuProgramCache.cpp 77 if (!GrProgramDesc::Build(&desc, primProc, isPoints, pipeline, *gpu->caps()->shaderCaps())) {
78 GrCapsDebugf(gpu->caps(), "Failed to gl program descriptor!\n");
GrGLVertexArray.cpp 115 SkASSERT(0 == divisor || gpu->caps()->instanceAttribSupport());
124 if (!GrVertexAttribTypeIsIntType(gpu->caps()->shaderCaps(), type)) {
132 SkASSERT(gpu->caps()->shaderCaps()->integerSupport());
145 if (gpu->caps()->instanceAttribSupport() && array->fDivisor != divisor) {
171 gpu->caps()->usePrimitiveRestart());
173 if (gpu->caps()->usePrimitiveRestart() &&
  /external/skia/src/gpu/glsl/
GrGLSLPrimitiveProcessor.h 73 const GrShaderCaps* caps,
86 , fShaderCaps(caps)
  /external/skia/src/gpu/ops/
GrMeshDrawOp.h 144 pipelineArgs.fCaps = &this->caps();
160 virtual const GrCaps& caps() const = 0;
GrDrawPathOp.h 34 RequiresDstTexture finalize(const GrCaps& caps, const GrAppliedClip* clip,
36 return this->doProcessorAnalysis(caps, clip, dstIsClamped).requiresDstTexture()
52 const GrProcessorSet::Analysis& doProcessorAnalysis(const GrCaps& caps,
57 isMixedSamples, caps, dstIsClamped, &fInputColor);
100 bool onCombineIfPossible(GrOp* t, const GrCaps& caps) override { return false; }
196 bool onCombineIfPossible(GrOp* t, const GrCaps& caps) override;
  /external/skqp/src/gpu/
GrOnFlushResourceProvider.cpp 106 const GrCaps* GrOnFlushResourceProvider::caps() const { function in class:GrOnFlushResourceProvider
107 return fDrawingMgr->getContext()->caps();
  /external/skqp/src/gpu/gl/
GrGLContext.h 45 const GrGLCaps* caps() const { return fGLCaps.get(); } function in class:GrGLContextInfo
46 GrGLCaps* caps() { return fGLCaps.get(); } function in class:GrGLContextInfo
GrGLGpuProgramCache.cpp 77 if (!GrProgramDesc::Build(&desc, primProc, isPoints, pipeline, *gpu->caps()->shaderCaps())) {
78 GrCapsDebugf(gpu->caps(), "Failed to gl program descriptor!\n");
  /external/skqp/src/gpu/glsl/
GrGLSLPrimitiveProcessor.h 73 const GrShaderCaps* caps,
86 , fShaderCaps(caps)
  /external/skqp/src/gpu/ops/
GrMeshDrawOp.h 142 pipelineArgs.fCaps = &this->caps();
155 virtual const GrCaps& caps() const = 0;
  /cts/apps/CameraITS/tests/scene1/
test_capture_result.py 16 import its.caps
37 its.caps.skip_unless(its.caps.manual_sensor(props) and
38 its.caps.manual_post_proc(props) and
39 its.caps.per_frame_control(props))
108 mono_camera = its.caps.mono_camera(props)
  /external/autotest/client/site_tests/network_EthCaps/
network_EthCaps.py 60 caps = collections.defaultdict(list)
68 caps[keyname].extend(value.split())
73 caps[prev_keyname].extend(cap_str.split())
75 for keyname in caps:
76 logging.debug("cap['%s'] = %s", keyname, caps[keyname])
78 self._caps = caps
95 # TODO(tbroch): Other WOL caps: 'a': arp and 's': magicsecure are
  /external/iproute2/rdma/
dev.c 71 uint64_t caps; local
77 caps = mnl_attr_get_u64(tb[RDMA_NLDEV_ATTR_CAP_FLAGS]);
80 jsonw_name(rd->jw, "caps");
83 pr_out("\n caps: <");
85 for (idx = 0; caps; idx++) {
86 if (caps & 0x1) {
91 if (caps >> 0x1)
95 caps >>= 0x1;
  /external/skia/src/atlastext/
SkAtlasTextTarget.cpp 151 const GrCaps& caps = *this->context()->internal().grContext()->caps(); local
152 op->finalizeForTextTarget(fColor, caps);
156 if (other->combineIfPossible(op.get(), caps)) {
175 void GrAtlasTextOp::finalizeForTextTarget(uint32_t color, const GrCaps& caps) {
179 this->finalize(caps, nullptr /* applied clip */, GrPixelConfigIsClamped::kNo);
  /external/skia/src/gpu/
GrProgramDesc.cpp 46 const GrShaderCaps& caps) {
49 GR_STATIC_ASSERT(1 == sizeof(caps.configTextureSwizzle(config).asKey()));
51 caps.configTextureSwizzle(config).asKey() << kSamplerOrImageTypeKeyBits |
56 const GrShaderCaps& caps) {
72 caps);
77 caps);
  /external/skia/src/gpu/effects/
GrEllipseEffect.fp 27 SkPoint radii, const GrShaderCaps& caps) {
29 if (!caps.floatIs32Bits() && (radii.fX < 0.5f || radii.fY < 0.5f)) {
120 *testData->caps()->shaderCaps());
GrPorterDuffXferProcessor.cpp 411 void onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override;
522 void onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override;
595 void onGetGLSLProcessorKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const override;
625 static void GenKey(const GrProcessor& processor, const GrShaderCaps& caps,
681 void PDLCDXferProcessor::onGetGLSLProcessorKey(const GrShaderCaps& caps,
683 GLPDLCDXferProcessor::GenKey(*this, caps, b);
    [all...]
  /external/skqp/src/atlastext/
SkAtlasTextTarget.cpp 151 const GrCaps& caps = *this->context()->internal().grContext()->caps(); local
152 op->finalizeForTextTarget(fColor, caps);
156 if (other->combineIfPossible(op.get(), caps)) {
175 void GrAtlasTextOp::finalizeForTextTarget(uint32_t color, const GrCaps& caps) {
179 this->finalize(caps, nullptr /* applied clip */, GrPixelConfigIsClamped::kNo);

Completed in 911 milliseconds

1 2 3 4 5 6 7 8 91011>>