OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uint3
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_builtin_vars.h
14
struct
uint3
;
56
// threadIdx should be convertible to
uint3
(in fact in nvcc, it *is* a
57
//
uint3
). This function is defined after we pull in vector_types.h.
59
__attribute__((device)) operator
uint3
() const;
69
// blockIdx should be convertible to
uint3
(in fact in nvcc, it *is* a
70
//
uint3
). This function is defined after we pull in vector_types.h.
72
__attribute__((device)) operator
uint3
() const;
85
__attribute__((device)) operator
uint3
() const;
98
__attribute__((device)) operator
uint3
() const;
__clang_cuda_runtime_wrapper.h
383
// come after we've pulled in the definition of
uint3
and dim3.
389
__device__ inline __cuda_builtin_threadIdx_t::operator
uint3
() const {
397
__device__ inline __cuda_builtin_blockIdx_t::operator
uint3
() const {
405
__device__ inline __cuda_builtin_blockDim_t::operator
uint3
() const {
413
__device__ inline __cuda_builtin_gridDim_t::operator
uint3
() const {
422
// mode, giving them their "proper" types of dim3 and
uint3
. This is
425
// redefine dim3 and
uint3
to our builtin types. (Thankfully dim3 and
uint3
are
428
#pragma push_macro("
uint3
")
430
#define
uint3
__cuda_builtin_threadIdx_
macro
[
all
...]
opencl-c.h
1623
char3 __ovld __cnfn convert_char3_rte(
uint3
);
1624
char3 __ovld __cnfn convert_char3_sat_rte(
uint3
);
1625
char3 __ovld __cnfn convert_char3_rtz(
uint3
);
1626
char3 __ovld __cnfn convert_char3_sat_rtz(
uint3
);
1627
char3 __ovld __cnfn convert_char3_rtp(
uint3
);
1628
char3 __ovld __cnfn convert_char3_sat_rtp(
uint3
);
1629
char3 __ovld __cnfn convert_char3_rtn(
uint3
);
1630
char3 __ovld __cnfn convert_char3_sat_rtn(
uint3
);
1631
char3 __ovld __cnfn convert_char3(
uint3
);
1632
char3 __ovld __cnfn convert_char3_sat(
uint3
);
[
all
...]
opencl-c-base.h
121
typedef uint
uint3
__attribute__((ext_vector_type(3)));
typedef
504
#define as_uint3(x) __builtin_astype((x),
uint3
)
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opencl/
datatypes.cl
88
uint3
ui3 = (
uint3
) (1, 2, 3);
callfuncs.cl
144
uint3
ui3 = (
uint3
) (1, 2, 3);
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/
datatypes.cl
88
uint3
ui3 = (
uint3
) (1, 2, 3);
callfuncs.cl
144
uint3
ui3 = (
uint3
) (1, 2, 3);
Completed in 24 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026