Searched refs:propIt (Results 1 – 3 of 3) sorted by relevance
89 const cl_queue_properties *propIt = properties; in createCommandQueueWithProperties() local90 while (*propIt != 0) in createCommandQueueWithProperties()92 switch (*propIt++) in createCommandQueueWithProperties()95 props = static_cast<cl_command_queue_properties>(*propIt++); in createCommandQueueWithProperties()98 size = static_cast<decltype(size)>(*propIt++); in createCommandQueueWithProperties()103 ++propIt; in createCommandQueueWithProperties()104 propArray.reserve(propIt - properties); in createCommandQueueWithProperties()105 propArray.insert(propArray.cend(), properties, propIt); in createCommandQueueWithProperties()197 const cl_sampler_properties *propIt = properties; in createSamplerWithProperties() local198 while (*propIt != 0) in createSamplerWithProperties()[all …]
36 const cl_context_properties *propIt = properties; in ParseContextProperties() local37 while (*propIt != 0) in ParseContextProperties()39 switch (*propIt++) in ParseContextProperties()42 platform = &reinterpret_cast<cl_platform_id>(*propIt++)->cast<Platform>(); in ParseContextProperties()45 userSync = *propIt++ != CL_FALSE; in ParseContextProperties()50 ++propIt; in ParseContextProperties()51 propArray.reserve(propIt - properties); in ParseContextProperties()52 propArray.insert(propArray.cend(), properties, propIt); in ParseContextProperties()
3367 const cl_sampler_properties *propIt = sampler_properties; in ValidateCreateSamplerWithProperties() local3368 while (*propIt != 0) in ValidateCreateSamplerWithProperties()3370 switch (*propIt++) in ValidateCreateSamplerWithProperties()3373 if (hasNormalizedCoords || (*propIt != CL_FALSE && *propIt != CL_TRUE)) in ValidateCreateSamplerWithProperties()3378 ++propIt; in ValidateCreateSamplerWithProperties()3382 *propIt++)) == AddressingMode::InvalidEnum) in ValidateCreateSamplerWithProperties()3389 if (hasFilterMode || FromCLenum<FilterMode>(static_cast<CLenum>(*propIt++)) == in ValidateCreateSamplerWithProperties()