Home
last modified time | relevance | path

Searched refs:p_entry_set (Results 1 – 2 of 2) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/imaging/hgiVulkan/
H A Dspirv_reflect.cpp3093 SpvReflectDescriptorSet* p_entry_set = &p_entry->descriptor_sets[ in ParseEntrypointDescriptorSets() local
3095 p_entry_set->set = p_set->set; in ParseEntrypointDescriptorSets()
3096 p_entry_set->bindings = (SpvReflectDescriptorBinding**)calloc(count, in ParseEntrypointDescriptorSets()
3097 sizeof(*p_entry_set->bindings)); in ParseEntrypointDescriptorSets()
3098 if (IsNull(p_entry_set->bindings)) { in ParseEntrypointDescriptorSets()
3107 p_entry_set->bindings[p_entry_set->binding_count++] = p_set->bindings[k]; in ParseEntrypointDescriptorSets()
/dports/x11-wm/chamfer/chamferwm-d0916ee/third/spirv_reflect/
H A Dspirv_reflect.c3093 SpvReflectDescriptorSet* p_entry_set = &p_entry->descriptor_sets[ in ParseEntrypointDescriptorSets() local
3095 p_entry_set->set = p_set->set; in ParseEntrypointDescriptorSets()
3096 p_entry_set->bindings = (SpvReflectDescriptorBinding**)calloc(count, in ParseEntrypointDescriptorSets()
3097 sizeof(*p_entry_set->bindings)); in ParseEntrypointDescriptorSets()
3098 if (IsNull(p_entry_set->bindings)) { in ParseEntrypointDescriptorSets()
3107 p_entry_set->bindings[p_entry_set->binding_count++] = p_set->bindings[k]; in ParseEntrypointDescriptorSets()