Home
last modified time | relevance | path

Searched refs:stride_idx (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/compute/hs/cl/intel/
Dhs_cl_macros.h306 #define HS_XM_GLOBAL_L(stride_idx) \ argument
307 vout[span_l + span_stride * stride_idx]
309 #define HS_XM_GLOBAL_LOAD_L(stride_idx) \ argument
310 HS_XM_GLOBAL_L(stride_idx)
312 #define HS_XM_GLOBAL_STORE_L(stride_idx,reg) \ argument
313 HS_XM_GLOBAL_L(stride_idx) = reg
315 #define HS_FM_GLOBAL_R(stride_idx) \ argument
316 vout[span_r + span_stride * stride_idx]
318 #define HS_FM_GLOBAL_LOAD_R(stride_idx) \ argument
319 HS_FM_GLOBAL_R(stride_idx)
[all …]
/external/skqp/src/compute/hs/cuda/sm_35/
Dhs_cuda_macros.h418 #define HS_XM_GLOBAL_L(stride_idx) \ argument
419 vout[span_l + span_stride * stride_idx]
421 #define HS_XM_GLOBAL_LOAD_L(stride_idx) \ argument
422 HS_XM_GLOBAL_L(stride_idx)
424 #define HS_XM_GLOBAL_STORE_L(stride_idx,reg) \ argument
425 HS_XM_GLOBAL_L(stride_idx) = reg
427 #define HS_FM_GLOBAL_R(stride_idx) \ argument
428 vout[span_r + span_stride * stride_idx]
430 #define HS_FM_GLOBAL_LOAD_R(stride_idx) \ argument
431 HS_FM_GLOBAL_R(stride_idx)
[all …]
/external/skqp/src/compute/hs/vk/
Dhs_glsl_macros.h336 #define HS_XM_GLOBAL_L(stride_idx) \ argument
337 vout[span_l + span_stride * stride_idx]
339 #define HS_XM_GLOBAL_LOAD_L(stride_idx) \ argument
340 HS_XM_GLOBAL_L(stride_idx)
342 #define HS_XM_GLOBAL_STORE_L(stride_idx,reg) \ argument
343 HS_XM_GLOBAL_L(stride_idx) = reg
345 #define HS_FM_GLOBAL_R(stride_idx) \ argument
346 vout[span_r + span_stride * stride_idx]
348 #define HS_FM_GLOBAL_LOAD_R(stride_idx) \ argument
349 HS_FM_GLOBAL_R(stride_idx)
[all …]