HomeSort by relevance Sort by last modified time
    Searched refs:double3 (Results 26 - 50 of 55) sorted by null

12 3

  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 143 typedef double double3 __attribute__((ext_vector_type(3))); typedef
    [all...]
  /frameworks/rs/tests/lldb/tests/testcases/
test_read_global.py 109 '(double3) double3_global = (88.5, -99, 111.5,',
255 ['(double3)',
test_read_local.py 108 '(double3) double3_local = (88.5, -99, 111.5,',
254 ['(double3)',
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.rs 615 double3 __attribute__((kernel)) testConvertDouble3Double3Double3(double3 inV) {
627 double3 __attribute__((kernel)) testConvertDouble3Long3Double3(long3 inV) {
639 double3 __attribute__((kernel)) testConvertDouble3Ulong3Double3(ulong3 inV) {
651 long3 __attribute__((kernel)) testConvertLong3Double3Long3(double3 inV) {
687 ulong3 __attribute__((kernel)) testConvertUlong3Double3Ulong3(double3 inV) {
723 float3 __attribute__((kernel)) testConvertFloat3Double3Float3(double3 inV) {
759 char3 __attribute__((kernel)) testConvertChar3Double3Char3(double3 inV) {
795 uchar3 __attribute__((kernel)) testConvertUchar3Double3Uchar3(double3 inV) {
831 short3 __attribute__((kernel)) testConvertShort3Double3Short3(double3 inV)
    [all...]
  /frameworks/rs/script_api/include/
rs_convert.rsh 490 extern double3 __attribute__((const, overloadable))
491 convert_double3(double3 v);
505 extern double3 __attribute__((const, overloadable))
520 extern double3 __attribute__((const, overloadable))
536 convert_long3(double3 v);
581 convert_ulong3(double3 v);
626 convert_float3(double3 v);
671 convert_char3(double3 v);
716 convert_uchar3(double3 v);
761 convert_short3(double3 v)
    [all...]
rs_value_types.rsh 291 * double3: Three 64 bit floats
296 typedef double __attribute__((ext_vector_type(3))) double3;
rs_allocation_data.rsh 164 extern double3 __attribute__((overloadable))
314 extern double3 __attribute__((overloadable))
464 extern double3 __attribute__((overloadable))
645 rsAllocationVStoreX_double3(rs_allocation a, double3 val, uint32_t x);
795 rsAllocationVStoreX_double3(rs_allocation a, double3 val, uint32_t x, uint32_t y);
    [all...]
rs_debug.rsh 122 rsDebug(const char* message, double3 a);
  /prebuilts/sdk/renderscript/include/
rs_convert.rsh 490 extern double3 __attribute__((const, overloadable))
491 convert_double3(double3 v);
505 extern double3 __attribute__((const, overloadable))
520 extern double3 __attribute__((const, overloadable))
536 convert_long3(double3 v);
581 convert_ulong3(double3 v);
626 convert_float3(double3 v);
671 convert_char3(double3 v);
716 convert_uchar3(double3 v);
761 convert_short3(double3 v)
    [all...]
rs_value_types.rsh 291 * double3: Three 64 bit floats
296 typedef double __attribute__((ext_vector_type(3))) double3;
rs_allocation_data.rsh 164 extern double3 __attribute__((overloadable))
314 extern double3 __attribute__((overloadable))
464 extern double3 __attribute__((overloadable))
645 rsAllocationVStoreX_double3(rs_allocation a, double3 val, uint32_t x);
795 rsAllocationVStoreX_double3(rs_allocation a, double3 val, uint32_t x, uint32_t y);
    [all...]
rs_debug.rsh 122 rsDebug(const char* message, double3 a);
  /frameworks/rs/tests/lldb/cpp/KernelVariables/
simple.rs 51 double3 double3_global = {88.5f, -99.0f, 111.5f};
113 double3 double3_local = {88.5f, -99.0f, 111.5f};
  /frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
simple.rs 51 double3 double3_global = {88.5f, -99.0f, 111.5f};
113 double3 double3_local = {88.5f, -99.0f, 111.5f};
  /frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
simple.rs 51 double3 double3_global = {88.5f, -99.0f, 111.5f};
113 double3 double3_local = {88.5f, -99.0f, 111.5f};
  /hardware/interfaces/tests/baz/1.0/
IBase.hal 101 DoubleThreeDim double3;
  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h 81 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3(double3);
82 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rtz(double3);
83 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rte(double3);
84 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rtp(double3);
85 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rtn(double3);
86 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat(double3);
87 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rtz(double3);
88 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rte(double3);
89 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rtp(double3);
90 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rtn(double3);
    [all...]
  /frameworks/native/libs/math/include/math/
vec3.h 116 typedef details::TVec3<double> double3;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs 107 VEC3_TEST(double3)
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
vector.rs 25 double3 d3 = { 1.0, 2.0, 3.0 };
  /external/vulkan-validation-layers/libs/glm/gtx/
compatibility.hpp 140 typedef detail::tvec3<double, highp> double3; //!< \brief double-precision floating-point vector with 3 components. (From GLM_GTX_compatibility extension) typedef in namespace:glm
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
compatibility.hpp 140 typedef detail::tvec3<double, highp> double3; //!< \brief double-precision floating-point vector with 3 components. (From GLM_GTX_compatibility extension) typedef in namespace:glm
  /frameworks/rs/driver/runtime/
rs_core.c 278 PRIM_DEBUG(double3)
rs_allocation.c 286 ELEMENT_AT(double3)
404 VOP(double3)
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 43 typedef double double3 __attribute__((ext_vector_type(3))); typedef
592 ELEMENT_AT(double3, RS_TYPE_FLOAT_64, 3)
    [all...]

Completed in 1179 milliseconds

12 3