HomeSort by: relevance | last modified time | path
    Searched refs:sampler (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/include/
hsa_ext_image.h 68 * Sampler descriptor is not supported or invalid.
142 * Maximum number of sampler handlers that can be created for an agent at any one
1078 * @brief Sampler handle. Samplers are populated by
1079 * ::hsa_ext_sampler_create. Sampler handles are only unique within an
1091 * @brief Sampler address modes. The sampler address mode describes
1134 * @brief Sampler coordinate normalization modes. See the
1162 * @brief Sampler filter modes. See the <em>Filter Mode</em> section
1189 * @brief Implementation independent sampler descriptor.
1193 * Sampler coordinate mode describes the normalization of image coordinates
    [all...]
  /src/external/gpl3/gcc.old/dist/include/
hsa_ext_image.h 68 * Sampler descriptor is not supported or invalid.
142 * Maximum number of sampler handlers that can be created for an agent at any one
1078 * @brief Sampler handle. Samplers are populated by
1079 * ::hsa_ext_sampler_create. Sampler handles are only unique within an
1091 * @brief Sampler address modes. The sampler address mode describes
1134 * @brief Sampler coordinate normalization modes. See the
1162 * @brief Sampler filter modes. See the <em>Filter Mode</em> section
1189 * @brief Implementation independent sampler descriptor.
1193 * Sampler coordinate mode describes the normalization of image coordinates
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_types.h 82 u32 sampler[I915_MAX_SLICES][I915_MAX_SUBSLICES]; member in struct:intel_instdone
intel_engine_cs.c 995 instdone->sampler[slice][subslice] =
1012 instdone->sampler[0][0] =
  /src/external/apache2/llvm/dist/clang/lib/Headers/
opencl-c.h 14135 * only. The filter_mode specified in sampler
14140 * integer coordinates must use a sampler with
14153 float4 __purefn __ovld read_imagef(read_only image2d_t image, sampler_t sampler, int2 coord);
14154 float4 __purefn __ovld read_imagef(read_only image2d_t image, sampler_t sampler, float2 coord);
14156 int4 __purefn __ovld read_imagei(read_only image2d_t image, sampler_t sampler, int2 coord);
14157 int4 __purefn __ovld read_imagei(read_only image2d_t image, sampler_t sampler, float2 coord);
14158 uint4 __purefn __ovld read_imageui(read_only image2d_t image, sampler_t sampler, int2 coord);
14159 uint4 __purefn __ovld read_imageui(read_only image2d_t image, sampler_t sampler, float2 coord);
14161 float4 __purefn __ovld read_imagef(read_only image3d_t image, sampler_t sampler, int4 coord);
14162 float4 __purefn __ovld read_imagef(read_only image3d_t image, sampler_t sampler, float4 coord)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gpu_error.c 453 ee->instdone.sampler[slice][subslice]);

Completed in 30 milliseconds