HomeSort by relevance Sort by last modified time
    Searched refs:int4 (Results 126 - 144 of 144) sorted by null

1 2 3 4 56

  /prebuilts/sdk/renderscript/include/
rs_allocation_data.rsh 124 * For example, when calling rsAllocationVLoadX_int4(a, 20, 30), an int4 composed
244 extern int4 __attribute__((overloadable))
394 extern int4 __attribute__((overloadable))
544 extern int4 __attribute__((overloadable))
725 rsAllocationVStoreX_int4(rs_allocation a, int4 val, uint32_t x);
875 rsAllocationVStoreX_int4(rs_allocation a, int4 val, uint32_t x, uint32_t y);
    [all...]
rs_debug.rsh 67 rsDebug(const char* message, int4 a);
  /frameworks/rs/script_api/include/
rs_debug.rsh 67 rsDebug(const char* message, int4 a);
  /external/swiftshader/src/Renderer/
PixelProcessor.hpp 311 int4 i[16];
Renderer.cpp 385 memcpy(&data->ps.i, PixelProcessor::i, sizeof(int4) * draw->psDirtyConstI);
441 memcpy(&data->vs.i, VertexProcessor::i, sizeof(int4) * draw->vsDirtyConstI);
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
compatibility.hpp 109 typedef detail::tvec4<int, highp> int4; //!< \brief integer vector with 4 components. (From GLM_GTX_compatibility extension) typedef in namespace:glm
  /external/libavc/common/x86/
ih264_deblk_luma_ssse3.c 862 __m128i int1, int2, int3, int4, high1, high2; local
    [all...]
  /frameworks/rs/driver/runtime/
rs_core.c 264 PRIM_DEBUG(int4)
rs_allocation.c 263 ELEMENT_AT(int4)
390 VOP(int4)
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 59 typedef int32_t int4 __attribute__((ext_vector_type(4))); typedef
569 ELEMENT_AT(int4, RS_TYPE_SIGNED_32, 4)
    [all...]
  /frameworks/rs/script_api/
rs_allocation_create.spec 149 E.g. rsCreateAllocation_int4() returns an Allocation of int4 data type of
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
apitest.rs 65 volatile int4 i4;
752 f4 = frexp(f4, (int4 *)&i4);
779 f4 = lgamma(f4, (int4 *)&i4);
841 f4 = remquo(f4, f4, (int4 *)&i4);
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 80 typedef int32_t int4 __attribute__((ext_vector_type(4))); typedef
587 ELEMENT_AT(int4, RS_TYPE_SIGNED_32, 4)
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math_agree.rs 125 int4 dist;
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
canny.rs 80 int4 rgb;
  /prebuilts/tools/common/m2/repository/org/json/json/20141113/
json-20141113.jar 
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 104 case Type_v2i32: return T(Int4::getType());
563 createStore(createExtractElement(createBitCast(value, Int4::getType()), Int::getType(), 0), createBitCast(ptr, Pointer<Int>::getType()), Int::getType(), isVolatile, alignment);
2793 RValue<Int4> int4 = RoundInt(cast); local
    [all...]
SubzeroReactor.cpp 855 Int4 vector;
867 Int4 vector;
909 RValue<Int4> v(V(vector));
921 RValue<Int4> v(V(vector));
    [all...]
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]

Completed in 379 milliseconds

1 2 3 4 56