HomeSort by relevance Sort by last modified time
    Searched refs:isCompatible (Results 1 - 25 of 627) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicConvolve5x5.java 52 if (!e.isCompatible(Element.U8(rs)) &&
53 !e.isCompatible(Element.U8_2(rs)) &&
54 !e.isCompatible(Element.U8_3(rs)) &&
55 !e.isCompatible(Element.U8_4(rs)) &&
56 !e.isCompatible(Element.F32(rs)) &&
57 !e.isCompatible(Element.F32_2(rs)) &&
58 !e.isCompatible(Element.F32_3(rs)) &&
59 !e.isCompatible(Element.F32_4(rs))) {
ScriptIntrinsicResize.java 54 if (!e.isCompatible(Element.U8(mRS)) &&
55 !e.isCompatible(Element.U8_2(mRS)) &&
56 !e.isCompatible(Element.U8_3(mRS)) &&
57 !e.isCompatible(Element.U8_4(mRS)) &&
58 !e.isCompatible(Element.F32(mRS)) &&
59 !e.isCompatible(Element.F32_2(mRS)) &&
60 !e.isCompatible(Element.F32_3(mRS)) &&
61 !e.isCompatible(Element.F32_4(mRS))) {
ScriptIntrinsicConvolve3x3.java 51 if (!e.isCompatible(Element.U8(rs)) &&
52 !e.isCompatible(Element.U8_2(rs)) &&
53 !e.isCompatible(Element.U8_3(rs)) &&
54 !e.isCompatible(Element.U8_4(rs)) &&
55 !e.isCompatible(Element.F32(rs)) &&
56 !e.isCompatible(Element.F32_2(rs)) &&
57 !e.isCompatible(Element.F32_3(rs)) &&
58 !e.isCompatible(Element.F32_4(rs))) {
ScriptIntrinsicHistogram.java 45 if ((!e.isCompatible(Element.U8_4(rs))) &&
46 (!e.isCompatible(Element.U8_3(rs))) &&
47 (!e.isCompatible(Element.U8_2(rs))) &&
48 (!e.isCompatible(Element.U8(rs)))) {
94 if (!ain.getType().getElement().isCompatible(Element.U8(mRS)) &&
95 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) &&
96 !ain.getType().getElement().isCompatible(Element.U8_3(mRS)) &&
97 !ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
192 if (!ain.getType().getElement().isCompatible(Element.U8(mRS)) &&
193 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) &
    [all...]
ScriptIntrinsicColorMatrix.java 245 if (!ain.getElement().isCompatible(Element.U8(mRS)) &&
246 !ain.getElement().isCompatible(Element.U8_2(mRS)) &&
247 !ain.getElement().isCompatible(Element.U8_3(mRS)) &&
248 !ain.getElement().isCompatible(Element.U8_4(mRS)) &&
249 !ain.getElement().isCompatible(Element.F32(mRS)) &&
250 !ain.getElement().isCompatible(Element.F32_2(mRS)) &&
251 !ain.getElement().isCompatible(Element.F32_3(mRS)) &&
252 !ain.getElement().isCompatible(Element.F32_4(mRS))) {
257 if (!aout.getElement().isCompatible(Element.U8(mRS)) &&
258 !aout.getElement().isCompatible(Element.U8_2(mRS)) &
    [all...]
ScriptIntrinsic3DLUT.java 49 if (!e.isCompatible(Element.U8_4(rs))) {
70 if (!t.getElement().isCompatible(mElement)) {
ScriptIntrinsicBlur.java 46 if ((!e.isCompatible(Element.U8_4(rs))) && (!e.isCompatible(Element.U8(rs)))) {
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 47 if (e->isCompatible(Element::U8_4(rs)) == false) {
59 if (ain->getType()->getElement()->isCompatible(mElement) == false ||
60 aout->getType()->getElement()->isCompatible(mElement) == false) {
68 if (!t->getElement()->isCompatible(mElement)) {
81 if (e->isCompatible(Element::U8_4(rs)) == false) {
93 if (in->getType()->getElement()->isCompatible(mElement) == false ||
94 out->getType()->getElement()->isCompatible(mElement) == false) {
101 if (in->getType()->getElement()->isCompatible(mElement) == false ||
102 out->getType()->getElement()->isCompatible(mElement) == false) {
109 if (in->getType()->getElement()->isCompatible(mElement) == false |
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicConvolve3x3.java 55 if (!e.isCompatible(Element.U8(rs)) &&
56 !e.isCompatible(Element.U8_2(rs)) &&
57 !e.isCompatible(Element.U8_3(rs)) &&
58 !e.isCompatible(Element.U8_4(rs)) &&
59 !e.isCompatible(Element.F32(rs)) &&
60 !e.isCompatible(Element.F32_2(rs)) &&
61 !e.isCompatible(Element.F32_3(rs)) &&
62 !e.isCompatible(Element.F32_4(rs))) {
ScriptIntrinsicConvolve5x5.java 56 if (!e.isCompatible(Element.U8(rs)) &&
57 !e.isCompatible(Element.U8_2(rs)) &&
58 !e.isCompatible(Element.U8_3(rs)) &&
59 !e.isCompatible(Element.U8_4(rs)) &&
60 !e.isCompatible(Element.F32(rs)) &&
61 !e.isCompatible(Element.F32_2(rs)) &&
62 !e.isCompatible(Element.F32_3(rs)) &&
63 !e.isCompatible(Element.F32_4(rs))) {
ScriptIntrinsicResize.java 64 if (!e.isCompatible(Element.U8(mRS)) &&
65 !e.isCompatible(Element.U8_2(mRS)) &&
66 !e.isCompatible(Element.U8_3(mRS)) &&
67 !e.isCompatible(Element.U8_4(mRS)) &&
68 !e.isCompatible(Element.F32(mRS)) &&
69 !e.isCompatible(Element.F32_2(mRS)) &&
70 !e.isCompatible(Element.F32_3(mRS)) &&
71 !e.isCompatible(Element.F32_4(mRS))) {
ScriptIntrinsicHistogram.java 49 if ((!e.isCompatible(Element.U8_4(rs))) &&
50 (!e.isCompatible(Element.U8_3(rs))) &&
51 (!e.isCompatible(Element.U8_2(rs))) &&
52 (!e.isCompatible(Element.U8(rs)))) {
104 if (!ain.getType().getElement().isCompatible(Element.U8(mRS)) &&
105 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) &&
106 !ain.getType().getElement().isCompatible(Element.U8_3(mRS)) &&
107 !ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
202 if (!ain.getType().getElement().isCompatible(Element.U8(mRS)) &&
203 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) &
    [all...]
ScriptIntrinsicColorMatrix.java 53 if (!e.isCompatible(Element.U8_4(rs))) {
225 if (!ain.getElement().isCompatible(Element.U8(mRS)) &&
226 !ain.getElement().isCompatible(Element.U8_2(mRS)) &&
227 !ain.getElement().isCompatible(Element.U8_3(mRS)) &&
228 !ain.getElement().isCompatible(Element.U8_4(mRS)) &&
229 !ain.getElement().isCompatible(Element.F32(mRS)) &&
230 !ain.getElement().isCompatible(Element.F32_2(mRS)) &&
231 !ain.getElement().isCompatible(Element.F32_3(mRS)) &&
232 !ain.getElement().isCompatible(Element.F32_4(mRS))) {
237 if (!aout.getElement().isCompatible(Element.U8(mRS)) &
    [all...]
ScriptIntrinsic3DLUT.java 51 if (!e.isCompatible(Element.U8_4(rs))) {
81 if (!t.getElement().isCompatible(mElement)) {
ScriptIntrinsicBlur.java 52 if ((!e.isCompatible(Element.U8_4(rs))) && (!e.isCompatible(Element.U8(rs)))) {
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflateRegressionTest.java 39 assertTrue(new DefaultDeflateCompatibilityWindow().isCompatible());
  /external/mockito/src/main/java/org/mockito/internal/invocation/
TypeSafeMatching.java 24 return isCompatible(matcher, argument) && matcher.matches(argument);
33 private static boolean isCompatible(ArgumentMatcher<?> argumentMatcher, Object argument) {
  /external/skia/src/gpu/vk/
GrVkCopyPipeline.h 24 bool isCompatible(const GrVkRenderPass& rp) const;
GrVkDescriptorPool.h 32 bool isCompatible(VkDescriptorType type, uint32_t count) const;
GrVkRenderPass.h 71 bool isCompatible(const AttachmentDesc& desc) const {
96 bool isCompatible(const GrVkRenderTarget& target) const;
98 bool isCompatible(const GrVkRenderPass& renderPass) const;
127 bool isCompatible(const AttachmentsDescriptor&, const AttachmentFlags&) const;
GrVkDescriptorSetManager.h 46 bool isCompatible(VkDescriptorType type, const GrVkUniformHandler*) const;
47 bool isCompatible(VkDescriptorType type,
GrVkRenderPass.cpp 193 bool GrVkRenderPass::isCompatible(const AttachmentsDescriptor& desc,
200 if (!fAttachmentsDescriptor.fColor.isCompatible(desc.fColor)) {
205 if (!fAttachmentsDescriptor.fStencil.isCompatible(desc.fStencil)) {
213 bool GrVkRenderPass::isCompatible(const GrVkRenderTarget& target) const {
218 return this->isCompatible(desc, flags);
221 bool GrVkRenderPass::isCompatible(const GrVkRenderPass& renderPass) const {
222 return this->isCompatible(renderPass.fAttachmentsDescriptor, renderPass.fAttachmentFlags);
  /dalvik/dx/src/com/android/dx/dex/code/form/
SpecialFormat.java 28 * using this class. The one exception is {@link #isCompatible}, which
63 public boolean isCompatible(DalvInsn insn) {
  /frameworks/compile/slang/tests/P_reduce_general_accumulator/
ScriptC_reduce_general_accumulator.java.expect 107 if (!ain1.getType().getElement().isCompatible(__I32)) {
140 if (!ain1.getType().getElement().isCompatible(__I32)) {
173 if (!ain1.getType().getElement().isCompatible(__I32)) {
206 if (!ain1.getType().getElement().isCompatible(__I32)) {
239 if (!ain1.getType().getElement().isCompatible(__I32)) {
272 if (!ain1.getType().getElement().isCompatible(__I32)) {
305 if (!ain1.getType().getElement().isCompatible(__I32)) {
338 if (!ain1.getType().getElement().isCompatible(__I32)) {
371 if (!ain1.getType().getElement().isCompatible(__I32)) {
404 if (!ain1.getType().getElement().isCompatible(__I32))
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_input/
ScriptC_reduce_general_input.java.expect 175 if (!ain1.getType().getElement().isCompatible(__F16)) {
208 if (!ain1.getType().getElement().isCompatible(__F16)) {
241 if (!ain1.getType().getElement().isCompatible(__F16)) {
274 if (!ain1.getType().getElement().isCompatible(__F16)) {
307 if (!ain1.getType().getElement().isCompatible(__F16)) {
340 if (!ain1.getType().getElement().isCompatible(__F16)) {
373 if (!ain1.getType().getElement().isCompatible(__F16)) {
406 if (!ain1.getType().getElement().isCompatible(__F16)) {
439 if (!ain1.getType().getElement().isCompatible(__F16)) {
472 if (!ain1.getType().getElement().isCompatible(__F16))
    [all...]

Completed in 361 milliseconds

1 2 3 4 5 6 7 8 91011>>